]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/avr32/cpu/at32ap700x/Makefile
avr32: Add simple paging support
[karo-tx-uboot.git] / arch / avr32 / cpu / at32ap700x / Makefile
index 46e6ef661a4093960ef08f9c6389137f07cd358c..30ea92590dca3ed2179bfb7bcae69683fce9f324 100644 (file)
@@ -24,7 +24,7 @@ include $(TOPDIR)/config.mk
 
 LIB    := $(obj)lib$(SOC).a
 
-COBJS  := portmux.o clk.o
+COBJS  := portmux.o clk.o mmu.o
 SRCS   := $(SOBJS:.o=.S) $(COBJS:.o=.c)
 OBJS   := $(addprefix $(obj),$(SOBJS) $(COBJS))