13 lines
273 B
Text
13 lines
273 B
Text
|
#
|
||
|
# Makefile for ARM Streamline - Gator Daemon
|
||
|
# make -f Makefile_aarch64
|
||
|
#
|
||
|
|
||
|
# Uncomment and define CROSS_COMPILE if it is not already defined
|
||
|
# CROSS_COMPILE=/path/to/cross-compiler/aarch64-linux-gnu-
|
||
|
|
||
|
CC = $(CROSS_COMPILE)gcc
|
||
|
CXX = $(CROSS_COMPILE)g++
|
||
|
|
||
|
include common.mk
|