[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1459822106-4414-1-git-send-email-yamada.masahiro@socionext.com>
Date: Tue, 5 Apr 2016 11:08:26 +0900
From: Masahiro Yamada <yamada.masahiro@...ionext.com>
To: patches@....linux.org.uk
Cc: Masahiro Yamada <yamada.masahiro@...ionext.com>,
Russell King <linux@....linux.org.uk>,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: [PATCH] ARM: specify install, zinstall, and uinstall as PHONY targets
Obviously, these are PHONY targets.
Signed-off-by: Masahiro Yamada <yamada.masahiro@...ionext.com>
---
KernelVersion: 4.6-rc1
arch/arm/boot/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/Makefile b/arch/arm/boot/Makefile
index 48fab15..446705a 100644
--- a/arch/arm/boot/Makefile
+++ b/arch/arm/boot/Makefile
@@ -88,7 +88,7 @@ $(obj)/bootpImage: $(obj)/bootp/bootp FORCE
$(call if_changed,objcopy)
@$(kecho) ' Kernel: $@ is ready'
-PHONY += initrd
+PHONY += initrd install zinstall uinstall
initrd:
@test "$(INITRD_PHYS)" != "" || \
(echo This machine does not support INITRD; exit -1)
--
1.9.1
Powered by blists - more mailing lists