Commit 093b49fd authored by Tristan Gingold's avatar Tristan Gingold

Makefile: don't build libertm for the switch

parent 68037f84
......@@ -255,7 +255,9 @@ liblinux:
$(MAKE) -C liblinux CC=cc
libertm: $(AUTOCONF)
ifneq ($(CONFIG_TARGET_WR_SWITCH),y)
$(MAKE) -C $@ CC=cc
endif
extest:
$(MAKE) -C liblinux/extest CC=cc
......
......@@ -20,7 +20,9 @@ ALL += wrpc-load
ALL += wr-streamers
ALL += wrpc-diags
ALL += gensdbfs
ifneq ($(CONFIG_TARGET_WR_SWITCH),y)
ALL += wrpc
endif
ALL-$(CONFIG_WRPC_PPSI) += wrpc-dump
ALL+= $(ALL-y)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment