Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.15-rc2 9 lines 210 B view raw
1# 2# Makefile for PN533 NFC driver 3# 4pn533_usb-objs = usb.o 5pn533_i2c-objs = i2c.o 6 7obj-$(CONFIG_NFC_PN533) += pn533.o 8obj-$(CONFIG_NFC_PN533_USB) += pn533_usb.o 9obj-$(CONFIG_NFC_PN533_I2C) += pn533_i2c.o