]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - post/drivers/Makefile
post: new nor flash test
[people/ms/u-boot.git] / post / drivers / Makefile
index 0d87ae0f9d65469580d26d101aa20d434f99d0e0..85d6c03fc20710613c0b8e2914e439854d0d8d0b 100644 (file)
@@ -24,6 +24,6 @@ include $(TOPDIR)/config.mk
 
 LIB    = libpostdrivers.o
 
-COBJS-$(CONFIG_HAS_POST)       += i2c.o memory.o rtc.o
+COBJS-$(CONFIG_HAS_POST)       += flash.o i2c.o memory.o rtc.o
 
 include $(TOPDIR)/post/rules.mk