blob: 217fdffa0beb752b33eef312c48e4938a4894b64 [file] [log] [blame]
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 $(@)