git: https://android.googlesource.com/kernel/common branch: android-4.9 commit: 03fcc2fe71308c2d164b4e6cbfc738c63e670444
		
			
				
	
	
		
			9 lines
		
	
	
		
			147 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			147 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| #
 | |
| # Makefile for the S/390 specific device drivers
 | |
| #
 | |
| 
 | |
| obj-y += cio/ block/ char/ crypto/ net/ scsi/ virtio/
 | |
| 
 | |
| drivers-y += drivers/s390/built-in.o
 | |
| 
 |