Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile « pn533 « nfc « drivers - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 51d24c622fcb3df32f74999822f3341dd044ba06 (plain)
1
2
3
4
5
6
7
8
9
#
# Makefile for PN533 NFC driver
#
pn533_usb-objs  = usb.o
pn533_i2c-objs  = i2c.o

obj-$(CONFIG_NFC_PN533)     += pn533.o
obj-$(CONFIG_NFC_PN533_USB) += pn533_usb.o
obj-$(CONFIG_NFC_PN533_I2C) += pn533_i2c.o