commit | 2e4622d673cc42d23d279e390d3431975592dff2 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Mar 11 07:40:13 2013 +0000 |
committer | Tom Rini <trini@ti.com> | Fri Mar 15 16:14:00 2013 -0400 |
tree | 6e709c7576dc6a66c623d9784b22963d42e81f36 | |
parent | 3e93e334d28208db7c39d07e69e37e31cf53b0b9 [diff] |
x86: Enable generic board support This enables generic board support so that x86 boards can define CONFIG_SYS_GENERIC_BOARD. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/arch/x86/lib/Makefile b/arch/x86/lib/Makefile index 9b24dc5f..ee89354 100644 --- a/arch/x86/lib/Makefile +++ b/arch/x86/lib/Makefile
@@ -25,7 +25,10 @@ LIB = $(obj)lib$(ARCH).o +ifeq ($(CONFIG_SYS_GENERIC_BOARD),) COBJS-y += board.o +endif + COBJS-y += bootm.o COBJS-y += cmd_boot.o COBJS-y += gcc.o