mirror of https://github.com/OpenIPC/firmware.git
				
				
				
			
		
			
				
	
	
		
			17 lines
		
	
	
		
			503 B
		
	
	
	
		
			Makefile
		
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			503 B
		
	
	
	
		
			Makefile
		
	
	
| ################################################################################
 | |
| #
 | |
| # ipctool
 | |
| #
 | |
| ################################################################################
 | |
| 
 | |
| IPCTOOL_VERSION = 7e523a84b054a122245039b7b32e67bf0995ba8f
 | |
| IPCTOOL_SITE = $(call github,openipc,ipctool,$(IPCTOOL_VERSION))
 | |
| IPCTOOL_LICENSE = MIT
 | |
| IPCTOOL_LICENSE_FILES = LICENSE
 | |
| 
 | |
| IPCTOOL_CONF_OPTS += -DBUILD_SHARED_LIBS=ON -DCMAKE_BUILD_TYPE=Release -DSKIP_VERSION=ON
 | |
| 
 | |
| IPCTOOL_MAKE_OPTS += VERBOSE=1
 | |
| 
 | |
| $(eval $(cmake-package))
 |