mirror of https://gitee.com/openkylin/linux.git
9 lines
179 B
Makefile
9 lines
179 B
Makefile
|
#
|
||
|
# Makefile for ST21NFCB NCI based NFC driver
|
||
|
#
|
||
|
|
||
|
st21nfcb_i2c-objs = i2c.o
|
||
|
|
||
|
obj-$(CONFIG_NFC_ST21NFCB) += st21nfcb.o ndlc.o
|
||
|
obj-$(CONFIG_NFC_ST21NFCB_I2C) += st21nfcb_i2c.o
|