]> 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 4f922e686afeec24ef1e20da9f6516408c200046..7290c2f522378f78f829b5b5be22c1e079c3cb35 100644 (file)
@@ -33,6 +33,7 @@ SOBJS += reset.o
 
 COBJS  += clock.o
 COBJS  += cpu_info.o
+COBJS  += gpio.o
 COBJS  += timer.o
 
 SRCS   := $(SOBJS:.o=.S) $(COBJS:.o=.c)