8 lines
		
	
	
		
			131 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			131 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
# SPDX-License-Identifier: GPL-2.0
 | 
						|
 | 
						|
ccflags-y			+= -I$(src)
 | 
						|
 | 
						|
obj-$(CONFIG_NVME_COMMON)	+= nvme-common.o
 | 
						|
 | 
						|
nvme-common-y			+= auth.o
 |