Add an initial makefile to the vendor directory. Change-Id: Ibc41b0b441213a1bc7c1a113080d8927d96e3fda
		
			
				
	
	
		
			6 lines
		
	
	
		
			91 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			91 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
vendor := $(srctree)/$(src)
 | 
						|
 | 
						|
ifneq "$(wildcard $(vendor)/qcom)" ""
 | 
						|
	subdir-y += qcom
 | 
						|
endif
 |