OSHW-DEIMOS/SOFTWARE/A64-TERES/linux-a64/tools/gator/daemon/Makefile_aarch64
Dimitar Gamishev f9b0e7a283 linux
2017-10-13 14:07:04 +03:00

13 lines
273 B
Plaintext

#
# 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