gator: Version 5.21.1
[firefly-linux-kernel-4.4.55.git] / tools / gator / daemon / Makefile_aarch64
1 #
2 # Makefile for ARM Streamline - Gator Daemon
3 # make -f Makefile_aarch64
4 #
5
6 # Uncomment and define CROSS_COMPILE if it is not already defined
7 # CROSS_COMPILE=/path/to/cross-compiler/aarch64-linux-gnu-
8
9 CC = $(CROSS_COMPILE)gcc
10 CXX = $(CROSS_COMPILE)g++
11
12 include common.mk