mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 06:22:34 +08:00
Fix a warning about can.o appearing twice in the same rule.
This commit is contained in:
@@ -93,10 +93,6 @@ endif
|
|||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(CONFIG_CAN),y)
|
|
||||||
CSRCS += can.c
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifeq ($(CONFIG_PWM),y)
|
ifeq ($(CONFIG_PWM),y)
|
||||||
CSRCS += pwm.c
|
CSRCS += pwm.c
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user