]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/Makefile
generic-board: show model name in board_init_f() too
[karo-tx-uboot.git] / common / Makefile
index 94554f2939e5361179842fef3777d7ee6c06165d..9579ab4c982287f6913beeff41b92b3a85731cae 100644 (file)
@@ -27,6 +27,8 @@ endif
 # boards
 obj-$(CONFIG_SYS_GENERIC_BOARD) += board_f.o
 obj-$(CONFIG_SYS_GENERIC_BOARD) += board_r.o
+obj-$(CONFIG_DISPLAY_BOARDINFO) += board_info.o
+obj-$(CONFIG_DISPLAY_BOARDINFO_LATE) += board_info.o
 
 # core command
 obj-y += cmd_boot.o