summaryrefslogtreecommitdiffstats
path: root/src/occ/proc/test/app.mk
diff options
context:
space:
mode:
authorFadi Kassem <fmkassem@us.ibm.com>2014-12-09 18:49:57 -0600
committerStephan Broyles <sbroyles@us.ibm.com>2014-12-10 09:34:37 -0600
commitc76114bbb31fb460672af61393678f721120aceb (patch)
tree002847ee445b9ff8c22bf38133645ccebe443291 /src/occ/proc/test/app.mk
parent539d631fd028e4806b424fd51e5adffa3db2cab3 (diff)
downloadtalos-occ-c76114bbb31fb460672af61393678f721120aceb.tar.gz
talos-occ-c76114bbb31fb460672af61393678f721120aceb.zip
OCC cleanup; removed doxyfile, cleaned proc component.
Change-Id: I2ca003680d287ffc2e41a304cdf94216f3c3a3a9 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/14822 Reviewed-by: Stephan Broyles <sbroyles@us.ibm.com> Tested-by: Stephan Broyles <sbroyles@us.ibm.com>
Diffstat (limited to 'src/occ/proc/test/app.mk')
-rwxr-xr-xsrc/occ/proc/test/app.mk49
1 files changed, 25 insertions, 24 deletions
diff --git a/src/occ/proc/test/app.mk b/src/occ/proc/test/app.mk
index a0c3072..9644b1f 100755
--- a/src/occ/proc/test/app.mk
+++ b/src/occ/proc/test/app.mk
@@ -1,8 +1,29 @@
-# $Id$
-
-# @file app.mk
+# IBM_PROLOG_BEGIN_TAG
+# This is an automatically generated prolog.
+#
+# $Source: src/occ/proc/test/app.mk $
+#
+# OpenPOWER OnChipController Project
+#
+# Contributors Listed Below - COPYRIGHT 2011,2014
+# [+] Google Inc.
+# [+] International Business Machines Corp.
#
-# @brief mk occ application
+# 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
+
+# Description: mk occ application
#
# This Makefile is included-ed into application Makefiles and
# encapsulates the steps necessary to create application images.
@@ -31,22 +52,6 @@
# $(APP).bin - A binary SRAM image of the application
# $(APP).map - The linker map of the application
-# @page ChangeLogs Change Logs
-# @section app.mk
-# @verbatim
-#
-#
-# Change Log ******************************************************************
-# Flag Defect/Feature User Date Description
-# ------ -------------- ---------- ------------ -----------
-# nguyenp 09/27/2011 created
-# borrowed from occ/rtls/test/app.mk
-# @rc003 rickylie 02/03/2012 Verify & Clean Up OCC Headers & Comments
-#
-# @endverbatim
-#
-
-
OCC = ../../
SSX = ../../../ssx
LIB = ../../../lib
@@ -96,8 +101,4 @@ clean_all:
$(MAKE) clean
$(MAKE) -C $(PGP) clean
-.PHONY : doc
-doc:
- doxygen doc/Doxyfile
-
include $(OBJECTS:.o=.d)
OpenPOWER on IntegriCloud