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:
Nathan Hartman 2021-05-03 13:00:18 -04:00 committed by David Sidrane
parent 1ea25a83fe
commit 8efec13ab0

View File

@ -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)