From 42e2de679d889a35d67ff0be4f5433ef3b495ff7 Mon Sep 17 00:00:00 2001 From: Brian Silver Date: Tue, 20 May 2014 14:17:34 -0500 Subject: Update makefiles & included .mk files to use += convention. Change-Id: I4148bc4c770b7c3c10fe25aa18d57d1a4301e5a9 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/11194 Tested-by: Jenkins Server Reviewed-by: Christopher T. Phan Reviewed-by: A. Patrick Williams III --- src/usr/secureboot/base/makefile | 11 ++++++++--- src/usr/secureboot/ext/makefile | 6 +++--- src/usr/secureboot/makefile | 5 +++-- 3 files changed, 14 insertions(+), 8 deletions(-) (limited to 'src/usr/secureboot') diff --git a/src/usr/secureboot/base/makefile b/src/usr/secureboot/base/makefile index 479b8aa32..e280d59c7 100644 --- a/src/usr/secureboot/base/makefile +++ b/src/usr/secureboot/base/makefile @@ -5,7 +5,7 @@ # # IBM CONFIDENTIAL # -# COPYRIGHT International Business Machines Corp. 2013 +# COPYRIGHT International Business Machines Corp. 2013,2014 # # p1 # @@ -22,9 +22,14 @@ # IBM_PROLOG_END_TAG ROOTPATH = ../../../.. MODULE = secureboot_base -SUBDIRS = test.d +SUBDIRS += test.d -OBJS = service.o settings.o header.o purge.o securerom.o rom_entry.o +OBJS += service.o +OBJS += settings.o +OBJS += header.o +OBJS += purge.o +OBJS += securerom.o +OBJS += rom_entry.o CFLAGS += -iquote ../ include ${ROOTPATH}/config.mk diff --git a/src/usr/secureboot/ext/makefile b/src/usr/secureboot/ext/makefile index dd62accc2..b2ac6d968 100644 --- a/src/usr/secureboot/ext/makefile +++ b/src/usr/secureboot/ext/makefile @@ -5,7 +5,7 @@ # # IBM CONFIDENTIAL # -# COPYRIGHT International Business Machines Corp. 2013 +# COPYRIGHT International Business Machines Corp. 2013,2014 # # p1 # @@ -22,9 +22,9 @@ # IBM_PROLOG_END_TAG ROOTPATH = ../../../.. MODULE = secureboot_ext -SUBDIRS = +SUBDIRS += -OBJS = +OBJS += CFLAGS += -iquote ../ include ${ROOTPATH}/config.mk diff --git a/src/usr/secureboot/makefile b/src/usr/secureboot/makefile index d406bb620..6ea748cd5 100644 --- a/src/usr/secureboot/makefile +++ b/src/usr/secureboot/makefile @@ -5,7 +5,7 @@ # # IBM CONFIDENTIAL # -# COPYRIGHT International Business Machines Corp. 2013 +# COPYRIGHT International Business Machines Corp. 2013,2014 # # p1 # @@ -22,6 +22,7 @@ # IBM_PROLOG_END_TAG ROOTPATH = ../../.. -SUBDIRS = base.d ext.d +SUBDIRS += base.d +SUBDIRS += ext.d include ${ROOTPATH}/config.mk -- cgit v1.2.1