]> rtime.felk.cvut.cz Git - can-benchmark.git/blob - kernel/build/glab-2.6.33-rt/GNUmakefile
Finally properly booting glab kernel
[can-benchmark.git] / kernel / build / glab-2.6.33-rt / GNUmakefile
1 # Automatically generated by /home/wsh/projects/can-benchmark/kernel/2.6.33-rt/scripts/mkmakefile: don't edit
2
3 VERSION = 2
4 PATCHLEVEL = 6
5
6 lastword = $(word $(words $(1)),$(1))
7 makedir := $(dir $(call lastword,$(MAKEFILE_LIST)))
8
9 MAKEARGS := -C /home/wsh/projects/can-benchmark/kernel/2.6.33-rt
10 MAKEARGS += O=$(if $(patsubst /%,,$(makedir)),$(CURDIR)/)$(patsubst %/,%,$(makedir))
11
12 MAKEFLAGS += --no-print-directory
13
14 .PHONY: all $(MAKECMDGOALS)
15
16 all     := $(filter-out all Makefile,$(MAKECMDGOALS))
17
18 all:
19         $(MAKE) $(MAKEARGS) $(all) ARCH=i386
20 ifeq ($(all),targz-pkg)
21         scp /home/wsh/projects/can-benchmark/kernel/build/glab-2.6.33-rt/linux-2.6.33.7-rt29.tar.gz root@glab:
22         ssh root@glab 'tar -C / -xf linux-2.6.33.7-rt29.tar.gz'
23 endif
24
25
26 Makefile:;
27
28 $(all) %/: all
29         @:
30