 cfad1ba871
			
		
	
	
	cfad1ba871
	
	
	
		
			
			Inside Secure microread is an HCI based NFC chipset. This initial support includes reader and p2p (Target and initiator) modes. Signed-off-by: Eric Lapuyade <eric.lapuyade@intel.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			225 B
			
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			225 B
			
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| #
 | |
| # Makefile for nfc devices
 | |
| #
 | |
| 
 | |
| obj-$(CONFIG_NFC_PN544)		+= pn544/
 | |
| obj-$(CONFIG_NFC_MICROREAD)	+= microread/
 | |
| obj-$(CONFIG_NFC_PN533)		+= pn533.o
 | |
| obj-$(CONFIG_NFC_WILINK)	+= nfcwilink.o
 | |
| 
 | |
| ccflags-$(CONFIG_NFC_DEBUG) := -DDEBUG
 |