mirror of
https://github.com/acidanthera/OpenCorePkg.git
synced 2025-12-08 19:25:01 +00:00
20 lines
459 B
Makefile
20 lines
459 B
Makefile
## @file
|
|
# Copyright (c) 2018, savvas. All rights reserved.
|
|
# Copyright (c) 2020, PMheart. All rights reserved.
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
##
|
|
|
|
PROJECT = AppleEfiSignTool
|
|
PRODUCT = $(PROJECT)$(INFIX)$(SUFFIX)
|
|
OBJS = $(PROJECT).o \
|
|
PeCoffDebug.o \
|
|
PeCoffHash.o \
|
|
PeCoffInit.o \
|
|
PeCoffLoad.o \
|
|
PeCoffRelocate.o \
|
|
OcPeCoffExtLib.o
|
|
VPATH = ../../Library/OcPeCoffLib:$\
|
|
../../Library/OcPeCoffExtLib:$\
|
|
|
|
include ../../User/Makefile
|