mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-12-25 17:27:01 +00:00
13 lines
349 B
Makefile
13 lines
349 B
Makefile
############################################################
|
|
#
|
|
# Open Network Linux
|
|
#
|
|
############################################################
|
|
include $(ONL)/make/config.mk
|
|
export TOOLCHAIN := arm-linux-gnueabihf
|
|
export CROSS_COMPILER := $(TOOLCHAIN)-
|
|
export ARCH := armhf
|
|
export UARCH := ARMHF
|
|
export ARCH_BOOT := uboot
|
|
export __$(ARCH)__ := 1
|