5 lines
		
	
	
		
			200 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			200 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| # SPDX-License-Identifier: (BSD-3-Clause OR GPL-2.0-only)
 | |
| ccflags-y := -I $(srctree)/$(src)/../qat_common
 | |
| obj-$(CONFIG_CRYPTO_DEV_QAT_4XXX) += qat_4xxx.o
 | |
| qat_4xxx-objs := adf_drv.o adf_4xxx_hw_data.o
 |