mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
system/irtest/Make.defs: fixed the wrong path
fix this error make[3] *** /nuttxspace/nuttx/apps/testing/irtest: No such file or directory. Stop. error due to this change apps/testing: Move irtest/sensortest/resmonitor/monkey to apps/system #2976 Signed-off-by: simbit18 <simbit18@gmail.com>
This commit is contained in:
parent
4315a1c8cc
commit
a8b8a7320c
1 changed files with 1 additions and 1 deletions
|
|
@ -21,5 +21,5 @@
|
|||
############################################################################
|
||||
|
||||
ifneq ($(CONFIG_SYSTEM_IRTEST),)
|
||||
CONFIGURED_APPS += $(APPDIR)/testing/irtest
|
||||
CONFIGURED_APPS += $(APPDIR)/system/irtest
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue