Lauro Ramos Venancio | 3e256b8 | 2011-07-01 19:31:33 -0300 | [diff] [blame] | 1 | # |
2 | # Makefile for the Linux NFC subsystem. | ||||
3 | # | ||||
4 | |||||
5 | obj-$(CONFIG_NFC) += nfc.o | ||||
Ilan Elias | 6a2968a | 2011-09-18 11:19:35 +0300 | [diff] [blame] | 6 | obj-$(CONFIG_NFC_NCI) += nci/ |
Lauro Ramos Venancio | 3e256b8 | 2011-07-01 19:31:33 -0300 | [diff] [blame] | 7 | |
Lauro Ramos Venancio | 23b7869 | 2011-07-01 19:31:36 -0300 | [diff] [blame] | 8 | nfc-objs := core.o netlink.o af_nfc.o rawsock.o |