GNUmakefile 389 B

12345678910111213141516171819
  1. ## @file
  2. # GNU/Linux makefile for 'GenFv' module build.
  3. #
  4. # Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
  5. # SPDX-License-Identifier: BSD-2-Clause-Patent
  6. #
  7. MAKEROOT ?= ..
  8. APPNAME = GenFv
  9. OBJECTS = GenFv.o GenFvInternalLib.o
  10. include $(MAKEROOT)/Makefiles/app.makefile
  11. LIBS = -lCommon
  12. ifeq ($(CYGWIN), CYGWIN)
  13. LIBS += -L/lib/e2fsprogs
  14. endif