From: Michal Sojka Date: Thu, 21 Nov 2013 22:58:04 +0000 (+0100) Subject: Copy shark kernel to boot/images directory X-Git-Tag: fix-allnoconfig~118 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/commitdiff_plain/eddf57a40a7aa256f3a3b459eba5d9a35dfc9f63 Copy shark kernel to boot/images directory --- diff --git a/kernel/build/shark/GNUmakefile b/kernel/build/shark/GNUmakefile index a71fe16..f16ccbb 100644 --- a/kernel/build/shark/GNUmakefile +++ b/kernel/build/shark/GNUmakefile @@ -19,13 +19,10 @@ MAKEFLAGS += --no-print-directory all := $(filter-out all Makefile install,$(MAKECMDGOALS)) -TFTPHOST=glab -TFTPBOOT=/var/lib/tftpboot/ryu KERNELRELEASE = $(shell cat include/config/kernel.release 2> /dev/null) install: all - scp arch/powerpc/boot/shark-ryu.dtb $(TFTPHOST):$(TFTPBOOT); \ - scp arch/powerpc/boot/uImage $(TFTPHOST):$(TFTPBOOT)/uImage-$(KERNELRELEASE); \ - ssh $(TFTPHOST) ln -svf uImage-$(KERNELRELEASE) $(TFTPBOOT)/uImage + cp arch/powerpc/boot/shark-ryu.dtb ../../../../boot/images + cp arch/powerpc/boot/uImage ../../../../boot/images all: ifneq ($(MAKECMDGOALS),install)