summaryrefslogtreecommitdiffstats
path: root/arch/x86
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2016-03-13 09:13:55 +0900
committerMichal Marek <mmarek@suse.com>2016-04-20 10:27:20 +0200
commit2e8d696b79e9c68d3005a9b09a8c72625d141ea6 (patch)
tree1eac61253aac676e858f9d586e05e456b8ba2015 /arch/x86
parent4deaaa4deb0f9c42452711aa0a4b9c27016ca2f0 (diff)
downloadlinux-2e8d696b79e9c68d3005a9b09a8c72625d141ea6.tar.gz
linux-2e8d696b79e9c68d3005a9b09a8c72625d141ea6.tar.bz2
linux-2e8d696b79e9c68d3005a9b09a8c72625d141ea6.zip
kbuild: drop FORCE from PHONY targets
These targets are marked as PHONY. No need to add FORCE to their dependency. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Michal Marek <mmarek@suse.com>
Diffstat (limited to 'arch/x86')
-rw-r--r--arch/x86/entry/vdso/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/entry/vdso/Makefile b/arch/x86/entry/vdso/Makefile
index 6874da5f67fc..253b72eaade6 100644
--- a/arch/x86/entry/vdso/Makefile
+++ b/arch/x86/entry/vdso/Makefile
@@ -193,10 +193,10 @@ vdso_img_insttargets := $(vdso_img_sodbg:%.dbg=install_%)
$(MODLIB)/vdso: FORCE
@mkdir -p $(MODLIB)/vdso
-$(vdso_img_insttargets): install_%: $(obj)/%.dbg $(MODLIB)/vdso FORCE
+$(vdso_img_insttargets): install_%: $(obj)/%.dbg $(MODLIB)/vdso
$(call cmd,vdso_install)
PHONY += vdso_install $(vdso_img_insttargets)
-vdso_install: $(vdso_img_insttargets) FORCE
+vdso_install: $(vdso_img_insttargets)
clean-files := vdso32.so vdso32.so.dbg vdso64* vdso-image-*.c vdsox32.so*