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 | ||||
6 | |||||
Lauro Ramos Venancio | 23b7869 | 2011-07-01 19:31:36 -0300 | [diff] [blame] | 7 | nfc-objs := core.o netlink.o af_nfc.o rawsock.o |