mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-12-25 17:27:01 +00:00
11 lines
237 B
Makefile
11 lines
237 B
Makefile
############################################################
|
|
#
|
|
# Open Network Linux
|
|
#
|
|
############################################################
|
|
include $(ONL)/make/config.mk
|
|
export TOOLCHAIN := x86_64-linux-gnu
|
|
export ARCH := amd64
|
|
|
|
|