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:
simbit18 2025-02-20 12:50:46 +01:00 committed by archer
parent 4315a1c8cc
commit a8b8a7320c

View file

@ -21,5 +21,5 @@
############################################################################
ifneq ($(CONFIG_SYSTEM_IRTEST),)
CONFIGURED_APPS += $(APPDIR)/testing/irtest
CONFIGURED_APPS += $(APPDIR)/system/irtest
endif