mirror of
https://github.com/apache/nuttx.git
synced 2026-08-02 20:59:02 +00:00
drivers/motor - Fix CFLAGS path
* drivers/motor/Make.defs b/drivers/motor/Make.defs: Fix typo in MOTOR_CFLAGS path (motr -> motor)
This commit is contained in:
parent
1ea25a83fe
commit
8efec13ab0
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ endif
|
|||
|
||||
MOTOR_DEPPATH := --dep-path motor
|
||||
MOTOR_VPATH := :motor
|
||||
MOTOR_CFLAGS := ${shell $(INCDIR) "$(CC)" $(TOPDIR)$(DELIM)drivers$(DELIM)motr}
|
||||
MOTOR_CFLAGS := ${shell $(INCDIR) "$(CC)" $(TOPDIR)$(DELIM)drivers$(DELIM)motor}
|
||||
|
||||
DEPPATH += $(MOTOR_DEPPATH)
|
||||
VPATH += $(MOTOR_VPATH)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue