gator: Version 5.15
[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/arm-linux-gnueabihf-
8 # NOTE: This toolchain uses the hardfloat abi by default. For non-hardfloat
9 # targets it is necessary to add options
10 # '-marm -march=armv4t -mfloat-abi=soft'.
11
12 CPP = $(CROSS_COMPILE)g++
13 GCC = $(CROSS_COMPILE)gcc
14
15 include common.mk