7 lines
102 B
Makefile
7 lines
102 B
Makefile
|
#
|
||
|
# Makefile for the kernel wiegand device drivers
|
||
|
#
|
||
|
|
||
|
obj-$(CONFIG_SUNXI_WIEGAND) += sunxi-wiegand.o
|
||
|
|