mirror of https://github.com/acidanthera/audk.git
16 lines
310 B
Makefile
16 lines
310 B
Makefile
## @file
|
|
# GNU/Linux makefile for 'EfiRom' module build.
|
|
#
|
|
# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
#
|
|
MAKEROOT ?= ..
|
|
|
|
APPNAME = EfiRom
|
|
|
|
LIBS = -lCommon
|
|
|
|
OBJECTS = EfiRom.o
|
|
|
|
include $(MAKEROOT)/Makefiles/app.makefile
|