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.8-rc8 9 lines 228 B view raw
1# 2# Makefile for ST21NFCA HCI based NFC driver 3# 4 5st21nfca_hci-objs = core.o dep.o se.o vendor_cmds.o 6obj-$(CONFIG_NFC_ST21NFCA) += st21nfca_hci.o 7 8st21nfca_i2c-objs = i2c.o 9obj-$(CONFIG_NFC_ST21NFCA_I2C) += st21nfca_i2c.o