]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/glsdk-u-boot.git/blobdiff - post/drivers/Makefile
ARM: DRA7xx: Lock DPLL_GMAC
[glsdk/glsdk-u-boot.git] / post / drivers / Makefile
index 068fa98b14c349e769139d9754fd8ba060d55a18..85d6c03fc20710613c0b8e2914e439854d0d8d0b 100644 (file)
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston,
 # MA 02111-1307 USA
 #
+include $(TOPDIR)/config.mk
 
+LIB    = libpostdrivers.o
 
-SUBDIRS =
-
-LIB    = libpostdrivers.a
-
-COBJS  = cache.o i2c.o memory.o rtc.o
+COBJS-$(CONFIG_HAS_POST)       += flash.o i2c.o memory.o rtc.o
 
 include $(TOPDIR)/post/rules.mk