From eddf57a40a7aa256f3a3b459eba5d9a35dfc9f63 Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Thu, 21 Nov 2013 23:58:04 +0100 Subject: [PATCH] Copy shark kernel to boot/images directory --- kernel/build/shark/GNUmakefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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) -- 2.39.2