Fix: Remove duplicate entry in 'os/arch/arm/src/s5j/Make.defs'
authorLokesh B V <lokesh.bv@partner.samsung.com>
Wed, 20 Sep 2017 07:49:41 +0000 (13:19 +0530)
committerLokesh B V <lokesh.bv@partner.samsung.com>
Wed, 20 Sep 2017 07:56:38 +0000 (13:26 +0530)
Fix "Makefile:174: target `s5j_clock.o' given more than once in the same rule"
Removed the duplicate entry 'CHIP_CSRCS += s5j_clock.c' in 'os/arch/arm/src/s5j/Make.defs'

Signed-off-by: Lokesh B V <lokesh.bv@partner.samsung.com>
os/arch/arm/src/s5j/Make.defs

index a9fc5f6..cebf152 100644 (file)
@@ -172,8 +172,6 @@ ifeq ($(CONFIG_S5J_PWR),y)
 CHIP_CSRCS += s5j_pwr.c
 endif
 
-CHIP_CSRCS += s5j_clock.c
-
 ifeq ($(CONFIG_S5J_PWM),y)
 CHIP_CSRCS += s5j_pwm.c
 endif