]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - cpu/pxa/Makefile
* Fix CONFIG_NET_MULTI support in include/net.h
[people/ms/u-boot.git] / cpu / pxa / Makefile
index 778a6646f898196aa19bfcc038849da3b612dd2c..1af53d6ad1d82c16c93adae922e562d14ea34a86 100644 (file)
@@ -26,7 +26,7 @@ include $(TOPDIR)/config.mk
 LIB    = lib$(CPU).a
 
 START  = start.o
-OBJS   = serial.o interrupts.o cpu.o i2c.o
+OBJS   = serial.o interrupts.o cpu.o i2c.o pxafb.o mmc.o
 
 all:   .depend $(START) $(LIB)