summaryrefslogtreecommitdiffstats
path: root/src/build
diff options
context:
space:
mode:
authorPatrick Williams <iawillia@us.ibm.com>2010-10-05 17:07:55 -0500
committerPatrick Williams <iawillia@us.ibm.com>2010-10-05 17:07:55 -0500
commit86ac0669c13dddb64cc50a036544d4f67dc5dcd8 (patch)
treea795bd924ba78ba1fade73bbde06354cdcb8a870 /src/build
parent3e9ed72a3b6442eaebadf26294e448862c3a4400 (diff)
downloadtalos-hostboot-86ac0669c13dddb64cc50a036544d4f67dc5dcd8.tar.gz
talos-hostboot-86ac0669c13dddb64cc50a036544d4f67dc5dcd8.zip
Move linker to make room for trace preprocessor.
Diffstat (limited to 'src/build')
-rw-r--r--src/build/makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/src/build/makefile b/src/build/makefile
index d80e2b533..65042ad2b 100644
--- a/src/build/makefile
+++ b/src/build/makefile
@@ -1,7 +1,9 @@
-linker: linker.C
- g++ -O3 -g linker.C -o linker -lbfd -I../include/sys
+ROOTPATH = ../..
-all: linker
+SUBDIRS = linker.d
-clean:
- (rm -f linker)
+all: ${SUBDIRS}
+
+clean: $(patsubst %.d,%.clean, ${SUBDIRS})
+
+include ${ROOTPATH}/config.mk
OpenPOWER on IntegriCloud