mirror of
https://github.com/apache/nuttx.git
synced 2026-05-18 08:54:05 +08: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:
committed by
David Sidrane
parent
1ea25a83fe
commit
8efec13ab0
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user