mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-11-02 11:18:18 +00:00
14 lines
187 B
Makefile
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
|
|
|