X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=cpu%2Farm_cortexa8%2Fs5pc1xx%2FMakefile;h=7290c2f522378f78f829b5b5be22c1e079c3cb35;hp=4f922e686afeec24ef1e20da9f6516408c200046;hb=5a5aaad81edf5d522e38000d00708dd0a1470151;hpb=d8e5f55475e621e793a15d93e2dd2549c5138735 diff --git a/cpu/arm_cortexa8/s5pc1xx/Makefile b/cpu/arm_cortexa8/s5pc1xx/Makefile index 4f922e686a..7290c2f522 100644 --- a/cpu/arm_cortexa8/s5pc1xx/Makefile +++ b/cpu/arm_cortexa8/s5pc1xx/Makefile @@ -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)