]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - cpu/arm_cortexa8/s5pc1xx/Makefile
s5pc1xx: support the GPIO interface
[karo-tx-uboot.git] / cpu / arm_cortexa8 / s5pc1xx / Makefile
index e08d9d87b742c6891390a11c17d711e209a3f54b..7290c2f522378f78f829b5b5be22c1e079c3cb35 100644 (file)
@@ -28,11 +28,12 @@ include $(TOPDIR)/config.mk
 
 LIB    = $(obj)lib$(SOC).a
 
-SOBJS  = reset.o
+SOBJS  = cache.o
+SOBJS  += reset.o
 
-COBJS  += cache.o
 COBJS  += clock.o
 COBJS  += cpu_info.o
+COBJS  += gpio.o
 COBJS  += timer.o
 
 SRCS   := $(SOBJS:.o=.S) $(COBJS:.o=.c)