summaryrefslogtreecommitdiffstats
path: root/src/occBootLoader/bootfiles.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/occBootLoader/bootfiles.mk')
-rwxr-xr-xsrc/occBootLoader/bootfiles.mk40
1 files changed, 23 insertions, 17 deletions
diff --git a/src/occBootLoader/bootfiles.mk b/src/occBootLoader/bootfiles.mk
index f7b2cbc..8eeca95 100755
--- a/src/occBootLoader/bootfiles.mk
+++ b/src/occBootLoader/bootfiles.mk
@@ -1,28 +1,34 @@
-# @file libofiles.mk
+# IBM_PROLOG_BEGIN_TAG
+# This is an automatically generated prolog.
#
-# @brief mk for libssx.a object files
+# $Source: src/occBootLoader/bootfiles.mk$
#
-# @page ChangeLogs Change Logs
-# @section ofiles.mk
-# @verbatim
+# OpenPOWER OnChipController Project
#
+# Contributors Listed Below - COPYRIGHT 2011,2014
+# [+] Google Inc.
+# [+] International Business Machines Corp.
#
-# Change Log ******************************************************************
-# Flag Defect/Feature User Date Description
-# ------ -------------- ---------- ------------ -----------
-# @pb00E pbavari 03/28/2012 Makefile ODE support
-# @rc004 882410 rickylie 05/10/2013 Pin OCC Firmware Level to an Address in Lid
#
-# @endverbatim
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
#
-##########################################################################
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+# implied. See the License for the specific language governing
+# permissions and limitations under the License.
+#
+# IBM_PROLOG_END_TAG
+
+#*******************************************************************************
# INCLUDES
-##########################################################################
+#*******************************************************************************
C-SOURCES = bootMain.c ../occ/occbuildname.c
-S-SOURCES = bootInit.S ../ssx/ppc32/savegpr.S
+S-SOURCES = bootInit.S ../ssx/ppc32/savegpr.S
BOOTLOADER_OBJECTS = $(C-SOURCES:.c=.o) $(S-SOURCES:.S=.o)
-
-
-
OpenPOWER on IntegriCloud