mirror of
https://github.com/acidanthera/OpenCorePkg.git
synced 2025-12-08 19:25:01 +00:00
18 lines
396 B
Makefile
18 lines
396 B
Makefile
## @file
|
|
# Copyright (c) 2020, PMheart. All rights reserved.
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
##
|
|
|
|
PROJECT = Smbios
|
|
PRODUCT = $(PROJECT)$(SUFFIX)
|
|
OBJS = $(PROJECT).o
|
|
#
|
|
# From OpenCore.
|
|
#
|
|
OBJS += SmbiosPatch.o SmbiosInternal.o DebugSmbios.o LegacyRegionLock.o LegacyRegionUnLock.o
|
|
|
|
VPATH = ../../Library/OcSmbiosLib:$\
|
|
../../Library/OcMemoryLib
|
|
|
|
include ../../User/Makefile
|