mirror of https://github.com/OpenIPC/firmware.git
				
				
				
			
		
			
				
	
	
		
			12 lines
		
	
	
		
			355 B
		
	
	
	
		
			Makefile
		
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			355 B
		
	
	
	
		
			Makefile
		
	
	
| ################################################################################
 | |
| #
 | |
| # linux_kernel_ext_hisi_patcher
 | |
| #
 | |
| ################################################################################
 | |
| 
 | |
| LINUX_EXTENSIONS += hisi_patcher
 | |
| 
 | |
| define HISI_PATCHER_PREPARE_KERNEL
 | |
| 	$(HISI_PATCHER_PKGDIR)/apply.sh $(@D) $(BR2_LINUX_KERNEL_EXT_HISI_PATCHER_LIST)
 | |
| endef
 |