mirror of
https://github.com/acidanthera/audk.git
synced 2025-05-15 20:10:09 +02:00
Cc: Bob Feng <bob.c.feng@intel.com> Cc: Liming Gao <liming.gao@intel.com> Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org> Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
15 lines
331 B
Makefile
15 lines
331 B
Makefile
## @file
|
|
# Makefiles
|
|
#
|
|
# Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
#
|
|
|
|
include $(MAKEROOT)/Makefiles/header.makefile
|
|
|
|
LIBRARY = $(MAKEROOT)/libs/lib$(LIBNAME).a
|
|
|
|
all: $(MAKEROOT)/libs $(LIBRARY)
|
|
|
|
include $(MAKEROOT)/Makefiles/footer.makefile
|