summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorStephan Broyles <sbroyles@us.ibm.com>2014-11-17 16:12:42 -0600
committerStephan Broyles <sbroyles@us.ibm.com>2014-11-17 16:53:58 -0600
commitadf09ed6e89a0489a8efb16da94ec7cfe88efa59 (patch)
tree188e0cf360e89f5430755d11864971d657fb67b0 /src/Makefile
parent8af3c1a8c64086fb01b3e0839270ae123d6e2630 (diff)
downloadtalos-occ-adf09ed6e89a0489a8efb16da94ec7cfe88efa59.tar.gz
talos-occ-adf09ed6e89a0489a8efb16da94ec7cfe88efa59.zip
Removed tools and debug trace files, Makefile fixes
Change-Id: I28234a83bb0b01ba5adda25d03ab415ad00c3f57 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/14525 Reviewed-by: Stephan Broyles <sbroyles@us.ibm.com> Tested-by: Stephan Broyles <sbroyles@us.ibm.com>
Diffstat (limited to 'src/Makefile')
-rwxr-xr-xsrc/Makefile34
1 files changed, 5 insertions, 29 deletions
diff --git a/src/Makefile b/src/Makefile
index 8b2a26f..093a355 100755
--- a/src/Makefile
+++ b/src/Makefile
@@ -1,33 +1,8 @@
-# $Id$
-# @file Makefile
-#
-# @brief bootloader Makefile
-#
-
-# @page ChangeLogs Change Logs
-# @section Makefile
-# @verbatim
-#
-#
-# Change Log ******************************************************************
-# Flag Defect/Feature User Date Description
-# ------ -------------- ---------- ------------ -----------
-# pb000 pbavari 07/21/11 Created
-# th000 thallet 01/09/12 Removed simics-workspace
-# at009 859308 alvinwan 10/15/2012 Added tracepp support
-# at011 866759 alvinwan 01/15/2013 Fix OCC trexStringFile and trace
-# rt001 901927 tapiar 10/01/2013 SRC plugin file generation
-# gitprep sbroyles 11/02/2014 Prepare files for move to git/gnu build
-# @endverbatim
-#
-
-# >> gitprep
ifndef ROOTPATH
ROOTPATH = $(shell pwd)
export OCCROOT = $(ROOTPATH)
endif
-# << gitprep
#*******************************************************************************
# mk variable Declaration
@@ -43,7 +18,6 @@ IMAGEFILE = image.bin
#*******************************************************************************
# Compilation
#*******************************************************************************
-
all:
$(foreach dir,$(SUBDIRS),$(ALLCMD))
@@ -60,7 +34,7 @@ combineImage:
#*******************************************************************************
.PHONY : 81e004%.ruhx
81e004%.ruhx:
- ./occ/tools/occgenlid.pl -i ${IMAGEFILE} -l $(basename $@)
+ occgenlid.pl -i ${IMAGEFILE} -l $(basename $@)
.PHONY : 81e004%.lid
81e004%.lid:
@@ -69,17 +43,19 @@ combineImage:
#*******************************************************************************
# Create trexStringFile
#*******************************************************************************
+# FIXME tracehash tool location unknown, references to sandboxes
.PHONY : tracehash
tracehash:
mkdir -p ${sb}/../obj
tracehash.pl -c -d ${SANDBOXBASE}/obj/ppc/occc/405/ -s ${SANDBOXBASE}/obj/trexStringFile
#*******************************************************************************
-# Create occcSrcParse.C @rt001
+# Create occcSrcParse.C
#*******************************************************************************
+# FIXME error log parser plugins not relevant to OpenPOWER, tool location unknown
.PHONY : srcPluginFile
srcPluginFile:
- ./occ/tools/scanforsrcs.pl
+ scanforsrcs.pl
#*******************************************************************************
# Clean
OpenPOWER on IntegriCloud