BigW Consortium Gitlab

Commit 75a16de2 by Forest Godfrey

Change Makefile to pacify bitbake.

parent 60f669c2
DRIVER_NAME := arduino_i2c
KERNEL_SRC ?= /lib/modules/$(shell uname -r)/build
all: modules
modules:
$(MAKE) -C $(KERNEL_SRC) KCPPFLAGS="$(EXTRA_CFLAGS)" M=$(PWD) modules
%:
make -C $(KERNEL_SRC) M=$(PWD) $@
modules_install:
$(MAKE) -C $(KERNEL_SRC) M=$(PWD) modules_install
install: modules_install
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