Commit dcf5288c authored by Adam Wujek's avatar Adam Wujek

tools: build wrpc-dump only if ppsi is built

Signed-off-by: 's avatarAdam Wujek <adam.wujek@creotech.pl>
parent e885d463
......@@ -38,7 +38,7 @@ obj-$(CONFIG_WR_NODE) += wrc_main.o
obj-$(CONFIG_WR_NODE_SIM) += wrc_main_sim.o
obj-$(CONFIG_TARGET_WR_SWITCH) += ipc/minipc-mem-server.o ipc/rt_ipc.o
obj-y += dump-info.o
obj-$(CONFIG-PPSI) += dump-info.o
# our linker script is preprocessed, so have a rule here
%.ld: %.ld.S $(AUTOCONF) .config
$(CC) -include $(AUTOCONF) -E -P $*.ld.S -o $@
......
include ../.config
EB ?= no
SDBFS ?= no
......@@ -8,11 +9,14 @@ LDFLAGS += -lreadline
ALL = genraminit genramvhd genrammif
#ALL += wrpc-w1-read wrpc-w1-write
ALL += pfilter-builder
ALL += wrpc-dump mapper
ALL += mapper
ALL += wrpc-vuart
ALL += wr-streamers
ALL += wrpc-diags
ALL += gensdbfs
ALL-$(CONFIG_PPSI) += wrpc-dump
ALL+= $(ALL-y)
ifneq ($(EB),no)
ALL += eb-w1-write
......
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