ppc: Enable generic board support
This enables generic board support so that ppc boards can define CONFIG_SYS_GENERIC_BOARD. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -59,8 +59,10 @@ SOBJS-y += reloc.o
|
||||
|
||||
COBJS-$(CONFIG_BAT_RW) += bat_rw.o
|
||||
ifndef CONFIG_SPL_BUILD
|
||||
ifndef CONFIG_SYS_GENERIC_BOARD
|
||||
COBJS-y += board.o
|
||||
endif
|
||||
endif
|
||||
COBJS-y += bootm.o
|
||||
COBJS-y += cache.o
|
||||
COBJS-y += extable.o
|
||||
|
||||
Reference in New Issue
Block a user