summaryrefslogtreecommitdiff
path: root/Makefile
blob: 217fdffa0beb752b33eef312c48e4938a4894b64 (plain)
1
2
3
4
5
6
7
8
9
obj-$(CONFIG_SENSORS_HALL)		+= hall_sensor.o

KERNEL_SRC ?= /lib/modules/$(shell uname -r)/build
M ?= $(shell pwd)

KBUILD_OPTIONS += CONFIG_SENSORS_HALL=m

modules modules_install clean:
	$(MAKE) -C $(KERNEL_SRC) M=$(M) $(KBUILD_OPTIONS) W=1 $(@)