Beginning of logic that will, hopefully, all me to build applications against a NuttX export package (vs. the nuttx/ source tree).
This commit is contained in:
parent
f8fc0d87af
commit
57a0ef401a
|
@ -203,7 +203,7 @@ define DELFILE
|
||||||
endef
|
endef
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# DELDIR - Delect one directory
|
# DELDIR - Delete one directory
|
||||||
|
|
||||||
ifeq ($(CONFIG_WINDOWS_NATIVE),y)
|
ifeq ($(CONFIG_WINDOWS_NATIVE),y)
|
||||||
define DELDIR
|
define DELDIR
|
||||||
|
|
Loading…
Reference in New Issue