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