]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/armv7/s5p-common/Makefile
ARM: S5P: pwm driver support
[karo-tx-uboot.git] / arch / arm / cpu / armv7 / s5p-common / Makefile
index 922cd95448b7905cfb217254d6fec0d0258e8fd6..ce0a41e2c1186887d30c5abe5277d7c6857a855a 100644 (file)
@@ -27,6 +27,7 @@ LIB   = $(obj)libs5p-common.o
 
 COBJS-y                += cpu_info.o
 COBJS-y                += timer.o
+COBJS-$(CONFIG_PWM)            += pwm.o
 
 SRCS   := $(SOBJS:.o=.S) $(COBJS:.o=.c)
 OBJS   := $(addprefix $(obj),$(COBJS-y) $(SOBJS))