Makefile (7e66eaf14e19c032433be7c4df3c892fa2a5282f) | Makefile (6a2968aaf50c7a22fced77a5e24aa636281efca8) |
---|---|
1# 2# Makefile for the Linux NFC subsystem. 3# 4 5obj-$(CONFIG_NFC) += nfc.o | 1# 2# Makefile for the Linux NFC subsystem. 3# 4 5obj-$(CONFIG_NFC) += nfc.o |
6obj-$(CONFIG_NFC_NCI) += nci/ |
|
6 7nfc-objs := core.o netlink.o af_nfc.o rawsock.o | 7 8nfc-objs := core.o netlink.o af_nfc.o rawsock.o |