mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-10-29 09:22:49 +00:00
13 lines
347 B
Makefile
13 lines
347 B
Makefile
############################################################
|
|
#
|
|
# Open Network Linux
|
|
#
|
|
############################################################
|
|
include $(ONL)/make/config.mk
|
|
export TOOLCHAIN := aarch64-linux-gnu
|
|
export CROSS_COMPILER := $(TOOLCHAIN)-
|
|
export ARCH := arm64
|
|
export UARCH := ARM64
|
|
export ARCH_BOOT := uboot
|
|
export __$(ARCH)__ := 1
|