mirror of https://github.com/OpenIPC/firmware.git
				
				
				
			
		
			
				
	
	
		
			16 lines
		
	
	
		
			585 B
		
	
	
	
		
			Makefile
		
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			585 B
		
	
	
	
		
			Makefile
		
	
	
| ################################################################################
 | |
| #
 | |
| # sigmastar-osdrv-sensors
 | |
| #
 | |
| ################################################################################
 | |
| 
 | |
| SIGMASTAR_OSDRV_SENSORS_SITE = $(call github,openipc,sensors,$(SIGMASTAR_OSDRV_SENSORS_VERSION))
 | |
| SIGMASTAR_OSDRV_SENSORS_VERSION = HEAD
 | |
| 
 | |
| define SIGMASTAR_OSDRV_SENSORS_INSTALL_TARGET_CMDS
 | |
| 	$(INSTALL) -m 755 -d $(TARGET_DIR)/lib/modules/4.9.84/sigmastar
 | |
| 	$(INSTALL) -m 644 -t $(TARGET_DIR)/lib/modules/4.9.84/sigmastar $(@D)/sigmastar/$(OPENIPC_SOC_FAMILY)/*
 | |
| endef
 | |
| 
 | |
| $(eval $(generic-package))
 |