We have two components to manage LPDDR flash memories in Linux. 1. It is a driver for chip probing and reading its capabilities 2. It is a device operations driver. Signed-off-by: Alexey Korolev <akorolev@infradead.org> Acked-by: Jared Hulbert <jaredeh@gmail.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
		
			
				
	
	
		
			6 lines
		
	
	
	
		
			127 B
			
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			127 B
			
		
	
	
	
		
			Makefile
		
	
	
	
	
	
#
 | 
						|
# linux/drivers/mtd/lpddr/Makefile
 | 
						|
#
 | 
						|
 | 
						|
obj-$(CONFIG_MTD_QINFO_PROBE)	+= qinfo_probe.o
 | 
						|
obj-$(CONFIG_MTD_LPDDR)	+= lpddr_cmds.o
 |