first commit
This commit is contained in:
9
Makefile
Normal file
9
Makefile
Normal file
@ -0,0 +1,9 @@
|
||||
#####################################################################
|
||||
#### 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)
|
||||
endif
|
||||
|
||||
include $(SMING_HOME)/project.mk
|
Reference in New Issue
Block a user