Commit ec2ab9fa authored by Adam Wujek's avatar Adam Wujek

Makefile: fix build of dump-info

Signed-off-by: 's avatarAdam Wujek <adam.wujek@creotech.pl>
parent 9cff3a5e
......@@ -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-$(CONFIG-PPSI) += 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 $@
......
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