Skip to content
This repository was archived by the owner on Mar 7, 2021. It is now read-only.

Commit 56fc219

Browse files
committed
Make the makefile work more than once
1 parent b8360b6 commit 56fc219

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

kernel-cflags-finder/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ clean-files := dummy.c
55
$(M)/dummy.c:
66
@echo $(NOSTDINC_FLAGS) $(LINUXINCLUDE) $(__c_flags) $(modkern_cflags)
77
@touch $@
8+
9+
.PHONY: $(M)/dummy.c
810
else
911
KDIR ?= /lib/modules/$(shell uname -r)/build
1012
CLANG ?= clang

0 commit comments

Comments
 (0)