diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2013-04-02 23:57:15 +0200 |
---|---|---|
committer | Johannes Berg <johannes@sipsolutions.net> | 2013-04-02 23:57:15 +0200 |
commit | e3849fd6d1c4205b726b0a622008697ea1b614dc (patch) | |
tree | d5540a64703e944eeed5e90a2c4d1a30649b07c7 /backport/Makefile.build | |
parent | 27e4459cf48c8a7657ccc4a4980167947b4c9a70 (diff) |
add more .PHONY
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Diffstat (limited to 'backport/Makefile.build')
-rw-r--r-- | backport/Makefile.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backport/Makefile.build b/backport/Makefile.build index b9065747..64c0b568 100644 --- a/backport/Makefile.build +++ b/backport/Makefile.build @@ -1,5 +1,6 @@ include .config export +.PHONY: modules: @$(MAKE) -C $(KLIB_BUILD) M=$(BACKPORT_PWD) modules |