2010-03-01 00:39:39 +01:00
|
|
|
## @file
|
2014-08-28 15:53:34 +02:00
|
|
|
# Makefiles
|
2010-03-01 00:39:39 +01:00
|
|
|
#
|
2014-08-28 15:53:34 +02:00
|
|
|
# Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>
|
2019-04-04 01:03:11 +02:00
|
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
2014-08-28 15:53:34 +02:00
|
|
|
#
|
2010-11-15 03:51:34 +01:00
|
|
|
|
|
|
|
include $(MAKEROOT)/Makefiles/header.makefile
|
|
|
|
|
|
|
|
LIBRARY = $(MAKEROOT)/libs/lib$(LIBNAME).a
|
|
|
|
|
2019-10-01 14:42:32 +02:00
|
|
|
all: $(MAKEROOT)/libs $(LIBRARY)
|
2010-11-15 03:51:34 +01:00
|
|
|
|
|
|
|
include $(MAKEROOT)/Makefiles/footer.makefile
|