mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-12-25 01:07:01 +00:00
13 lines
345 B
Makefile
13 lines
345 B
Makefile
############################################################
|
|
#
|
|
# Open Network Linux
|
|
#
|
|
############################################################
|
|
include $(ONL)/make/config.mk
|
|
export TOOLCHAIN := x86_64-linux-gnu
|
|
export CROSS_COMPILER := $(TOOLCHAIN)-
|
|
export ARCH := amd64
|
|
export UARCH := AMD64
|
|
export ARCH_BOOT := grub
|
|
export __$(ARCH)__ := 1
|