sdk: Fix cryptodev-linux build when CONFIG_ARM64_MODULE_PLTS=y
When CONFIG_ARM64_MODULE_PLTS=y, arch/arm64/kernel/module.lds is required to build cryptodev-linux. This updates the sdk to include this file. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
		@@ -64,7 +64,8 @@ KERNEL_FILES_ARCH = \
 | 
				
			|||||||
	include \
 | 
						include \
 | 
				
			||||||
	*/include \
 | 
						*/include \
 | 
				
			||||||
	scripts \
 | 
						scripts \
 | 
				
			||||||
	kernel/asm-offsets.s
 | 
						kernel/asm-offsets.s \
 | 
				
			||||||
 | 
						kernel/module.lds
 | 
				
			||||||
 | 
					
 | 
				
			||||||
KERNEL_FILES_BASE := \
 | 
					KERNEL_FILES_BASE := \
 | 
				
			||||||
	.config \
 | 
						.config \
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user