mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 10:58:49 +08:00
Fix a warning about can.o appearing twice in the same rule.
This commit is contained in:
parent
a52967a772
commit
06db5614e7
1 changed files with 0 additions and 4 deletions
|
@ -93,10 +93,6 @@ endif
|
|||
endif
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_CAN),y)
|
||||
CSRCS += can.c
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_PWM),y)
|
||||
CSRCS += pwm.c
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue