BigW Consortium Gitlab

Commit 60f669c2 by Forest Godfrey

Pass everything through to Kbuild.

parent 78d183e6
KERNEL_SRC ?= /lib/modules/$(shell uname -r)/build
all:
make -C $(KERNEL_SRC) M=$(PWD) modules
clean:
make -C $(KERNEL_SRC) M=$(PWD) clean
all: modules
%:
make -C $(KERNEL_SRC) M=$(PWD) $@
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment