GNUmakefile 310 B

123456789101112131415
  1. ## @file
  2. # GNU/Linux makefile for 'EfiRom' 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 = EfiRom
  9. LIBS = -lCommon
  10. OBJECTS = EfiRom.o
  11. include $(MAKEROOT)/Makefiles/app.makefile