Signed-off-by: Thierry LARONDE <tlaronde@polynum.com> Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
		
			
				
	
	
		
			20 lines
		
	
	
		
			389 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			389 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| ## @file
 | |
| # GNU/Linux makefile for 'GenFv' module build.
 | |
| #
 | |
| # Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
 | |
| # SPDX-License-Identifier: BSD-2-Clause-Patent
 | |
| #
 | |
| MAKEROOT ?= ..
 | |
| 
 | |
| APPNAME = GenFv
 | |
| 
 | |
| OBJECTS = GenFv.o GenFvInternalLib.o
 | |
| 
 | |
| include $(MAKEROOT)/Makefiles/app.makefile
 | |
| 
 | |
| LIBS = -lCommon
 | |
| ifeq ($(CYGWIN), CYGWIN)
 | |
|   LIBS += -L/lib/e2fsprogs
 | |
| endif
 | |
| 
 |