Files
OpenNetworkLinux/make/any.mk
2016-01-07 18:56:25 +00:00

14 lines
187 B
Makefile

include $(ONL)/make/config.mk
ifndef TOOLCHAIN
$(error $$TOOLCHAIN must be specified.)
else
export TOOLCHAIN
endif
ifndef ARCH
$(error $$ARCH must be specified.)
else
export ARCH
endif