summaryrefslogtreecommitdiff
path: root/Makefile
blob: f563b5dc642f5b50084645b62678d27d79c43438 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#---------------------------------#
#  Makefile for FignerprintCard   #
#---------------------------------#

obj-$(CONFIG_FPC_FINGERPRINT) += fpc1020_platform_tee.o

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

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