]> rtime.felk.cvut.cz Git - hercules2020/jailhouse-build.git/blob - build/linux-3.10/GNUmakefile
Make plain Linux bootable on TX2
[hercules2020/jailhouse-build.git] / build / linux-3.10 / GNUmakefile
1 # Automatically generated by /home/houdek/devel/jetson/nfsroot/home/ubuntu/kernel/scripts/mkmakefile: don't edit
2
3 VERSION = 3
4 PATCHLEVEL = 10
5
6 # export CROSS_COMPILE=aarch64-linux-gnu-
7 # export CROSS32CC=arm-linux-gnueabi-gcc
8 # export ARCH=arm64
9
10 export ARCH=arm64
11 export CROSS_COMPILE=/opt/OSELAS.Toolchain-2014.12.2/aarch64-v8a-linux-gnu/gcc-4.9.2-glibc-2.20-binutils-2.24-kernel-3.16-sanitized/bin/aarch64-v8a-linux-gnu-
12 export CROSS32CC=/opt/OSELAS.Toolchain-2012.12.2/arm-v5te-linux-gnueabi/gcc-4.7.2-glibc-2.16.0-binutils-2.22-kernel-3.6-sanitized/bin/arm-v5te-linux-gnueabi-gcc
13
14
15 lastword = $(word $(words $(1)),$(1))
16 makedir := $(dir $(call lastword,$(MAKEFILE_LIST)))
17
18 ifeq ("$(origin V)", "command line")
19 VERBOSE := $(V)
20 endif
21 ifneq ($(VERBOSE),1)
22 Q := @
23 endif
24
25 MAKEARGS := -C ../../linux-3.10 LOCALVERSION=""
26 MAKEARGS += O=$(if $(patsubst /%,,$(makedir)),$(CURDIR)/)$(patsubst %/,%,$(makedir))
27
28 MAKEFLAGS += --no-print-directory
29
30 .PHONY: all $(MAKECMDGOALS)
31
32 all     := $(filter-out all Makefile,$(MAKECMDGOALS))
33
34 all:
35         $(Q)$(MAKE) $(MAKEARGS) $(all)
36
37 Makefile:;
38
39 $(all): all
40         @:
41
42 %/: all
43         @: