mirror of https://github.com/OpenIPC/firmware.git
				
				
				
			
		
			
				
	
	
		
			21 lines
		
	
	
		
			653 B
		
	
	
	
		
			Makefile
		
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			653 B
		
	
	
	
		
			Makefile
		
	
	
| ################################################################################
 | |
| #
 | |
| # microsnander | updated 2022.08.13
 | |
| #
 | |
| ################################################################################
 | |
| 
 | |
| MICROSNANDER_VERSION = 17ad43fe93126fcff5135c54d7d375f5dd901387
 | |
| MICROSNANDER_SITE = $(call github,openipc,microsnander,$(MICROSNANDER_VERSION))
 | |
| MICROSNANDER_LICENSE = MIT
 | |
| MICROSNANDER_LICENSE_FILES = LICENSE
 | |
| 
 | |
| define MICROSNANDER_BUILD_CMDS
 | |
| 	$(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D)/src
 | |
| endef
 | |
| 
 | |
| define MICROSNANDER_INSTALL_TARGET_CMDS
 | |
| 	$(INSTALL) -m 0755 -D $(@D)/src/microsnander $(TARGET_DIR)/usr/sbin/microsnander
 | |
| endef
 | |
| 
 | |
| $(eval $(generic-package))
 |