mirror of
				https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
				synced 2025-10-31 18:28:19 +00:00 
			
		
		
		
	 baf8532a14
			
		
	
	
		baf8532a14
		
	
	
	
	
		
			
			Sony MemoryStick cards are used in many products manufactured by Sony. They are available both as storage and as IO expansion cards. Currently, only MemoryStick Pro storage cards are supported via TI FlashMedia MemoryStick interface. [mboton@gmail.com: biuld fix] [akpm@linux-foundation.org: build fix] Signed-off-by: Alex Dubov <oakad@yahoo.com> Signed-off-by: Miguel Boton <mboton@gmail.co> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
		
			
				
	
	
		
			12 lines
		
	
	
		
			193 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			193 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| #
 | |
| # Makefile for the kernel MemoryStick device drivers.
 | |
| #
 | |
| 
 | |
| ifeq ($(CONFIG_MEMSTICK_DEBUG),y)
 | |
| 	EXTRA_CFLAGS		+= -DDEBUG
 | |
| endif
 | |
| 
 | |
| obj-$(CONFIG_MEMSTICK)		+= core/
 | |
| obj-$(CONFIG_MEMSTICK)		+= host/
 | |
| 
 |