BigW Consortium Gitlab

Commit 78d183e6 by Forest Godfrey

Give KSRC the more common name KERNEL_SRC for Yocto build system compatibility

parent e5e9f225
KSRC ?= /lib/modules/$(shell uname -r)/build
KERNEL_SRC ?= /lib/modules/$(shell uname -r)/build
all:
make -C $(KSRC) M=$(PWD) modules
make -C $(KERNEL_SRC) M=$(PWD) modules
clean:
make -C $(KSRC) M=$(PWD) clean
make -C $(KERNEL_SRC) M=$(PWD) clean
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