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=8f5407c90d3738c3a3c4caca442bc8441cc76f6d;hpb=3e5d177133a7063cdd000b55b26c696861d44235 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)