X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=common%2FMakefile;h=14166209fe4c5d7202f00eeb6a1936da1a78478b;hb=a4e6b0013f0e13b77c9b7d1d671344183839c275;hp=cec506fe3e1efe25149577708d2bd59d531f9d47;hpb=11955590a284ecb75892aad5f1174ca1b94a709b;p=u-boot diff --git a/common/Makefile b/common/Makefile index cec506fe3e..14166209fe 100644 --- a/common/Makefile +++ b/common/Makefile @@ -128,5 +128,7 @@ obj-y += cli.o obj-$(CONFIG_FSL_DDR_INTERACTIVE) += cli_simple.o cli_readline.o obj-$(CONFIG_CMD_DFU) += dfu.o obj-y += command.o +obj-$(CONFIG_$(SPL_)LOG) += log.o +obj-$(CONFIG_$(SPL_)LOG_CONSOLE) += log_console.o obj-y += s_record.o obj-y += xyzModem.o