c05564c4d8
Android 13
10 lines
210 B
Makefile
Executable file
10 lines
210 B
Makefile
Executable file
#
|
|
# 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
|