Skip to content

Commit

Permalink
Add W=1 to Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksa Savic <[email protected]>
  • Loading branch information
aleksamagicka committed Dec 5, 2023
1 parent 3bd7cb1 commit 92b739a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ include Kbuild
KDIR ?= /lib/modules/`uname -r`/build

modules modules_install clean:
make -C $(KDIR) M=$$PWD $@
make W=1 -C $(KDIR) M=$$PWD $@

SOURCES := $(patsubst %.o,%.c,$(obj-m))

Expand Down

0 comments on commit 92b739a

Please sign in to comment.