Fix a warning about can.o appearing twice in the same rule.

This commit is contained in:
Gregory Nutt 2017-05-13 18:05:40 -06:00
parent a52967a772
commit 06db5614e7

View file

@ -93,10 +93,6 @@ endif
endif
endif
ifeq ($(CONFIG_CAN),y)
CSRCS += can.c
endif
ifeq ($(CONFIG_PWM),y)
CSRCS += pwm.c
endif