firmware-base/vendor/sming/Sming/tests/SharedComponent/Project/Makefile
2026-01-28 16:42:43 +01:00

11 lines
399 B
Makefile

#####################################################################
#### Please don't change this file. Use component.mk instead ####
#####################################################################
ifndef SMING_HOME
$(error SMING_HOME is not set. Please configure it as an environment variable, or in Makefile-user.mk)
endif
# Include application Makefile
include $(SMING_HOME)/project.mk