From df15a63f24578c11a89dfc673738734cfbc54f22 Mon Sep 17 00:00:00 2001 From: John Ogness Date: Thu, 19 Apr 2018 22:35:12 +0200 Subject: build: add missing PHONY targets Some targets were missed in b9c47deaa48("build: cleanup PHONY targets"). Add them as well. Signed-off-by: John Ogness --- modules.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules.mk') diff --git a/modules.mk b/modules.mk index d3ea784..eab7185 100644 --- a/modules.mk +++ b/modules.mk @@ -12,10 +12,12 @@ build: $(Q)$(foreach files,$(obj-y),$(MODMK) $(files);) $(Q)$(foreach files,$(obj-y),cp -t $(DEPLOY) $(files);) +PHONY += buildhandouts buildhandouts: $(Q)$(foreach files,$(obj-handout-y),$(MODMK) $(files);) $(Q)$(foreach files,$(obj-handout-y),cp -t $(DEPLOYHANDOUT) $(files);) +PHONY += buildprintouts buildprintouts: $(Q)$(foreach files,$(obj-y),$(MODMK) $(files);) $(Q)$(foreach files,$(obj-y),cp -t $(DEPLOYPRINTOUT) $(files);) -- cgit v1.2.3