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