From: Christian Riesch Date: Fri, 9 Dec 2011 09:47:34 +0000 (+0000) Subject: spl: display_options.o is required for SPI flash support in SPL X-Git-Tag: v2012.04-rc1~329^2~30 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7029a24f2cb50ce673eca07cf3982d8357d5a6ec;p=platform%2Fkernel%2Fu-boot.git spl: display_options.o is required for SPI flash support in SPL Signed-off-by: Christian Riesch Cc: Heiko Schocher Cc: Mike Frysinger --- diff --git a/lib/Makefile b/lib/Makefile index 54708c2..35ba7ff 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -50,6 +50,8 @@ COBJS-$(CONFIG_SHA1) += sha1.o COBJS-$(CONFIG_SHA256) += sha256.o COBJS-y += strmhz.o COBJS-$(CONFIG_RBTREE) += rbtree.o +else +COBJS-$(CONFIG_SPL_SPI_FLASH_SUPPORT) += display_options.o endif COBJS-y += ctype.o