X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/c22edb9ce8aa33cf78af76a4f1deb65cacd39943..5a54da6de82c3c360d3e2422ea0ce22073f3e19e:/kernel/shark/build/GNUmakefile diff --git a/kernel/shark/build/GNUmakefile b/kernel/shark/build/GNUmakefile index 8926b44..95447ad 100644 --- a/kernel/shark/build/GNUmakefile +++ b/kernel/shark/build/GNUmakefile @@ -17,7 +17,7 @@ MAKEFLAGS += --no-print-directory .PHONY: all $(MAKECMDGOALS) -all := $(filter-out all Makefile,$(MAKECMDGOALS)) +all := $(filter-out all Makefile install,$(MAKECMDGOALS)) TFTPHOST=glab TFTPBOOT=/var/lib/tftpboot/ryu @@ -28,8 +28,10 @@ install: all ssh $(TFTPHOST) ln -svf uImage-$(KERNELRELEASE) $(TFTPBOOT)/uImage all: +ifneq ($(MAKECMDGOALS),install) $(MAKE) $(MAKEARGS) $(all) $(MAKE) $(MAKEARGS) shark-ryu.dtb DTS_FLAGS="-S65536" +endif Makefile:;