diff options
Diffstat (limited to 'cpu/pxa/Makefile')
-rw-r--r-- | cpu/pxa/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/pxa/Makefile b/cpu/pxa/Makefile index 778a664..1af53d6 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) |