summaryrefslogtreecommitdiffstats
path: root/cpu/pxa/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/pxa/Makefile')
-rw-r--r--cpu/pxa/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/pxa/Makefile b/cpu/pxa/Makefile
index 778a6646f8..1af53d6ad1 100644
--- a/cpu/pxa/Makefile
+++ b/cpu/pxa/Makefile
@@ -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)
OpenPOWER on IntegriCloud