summaryrefslogtreecommitdiffstats
path: root/src/bld/makefile
diff options
context:
space:
mode:
authorPatrick Williams <iawillia@us.ibm.com>2010-08-20 18:11:26 -0500
committerPatrick Williams <iawillia@us.ibm.com>2010-08-20 18:11:26 -0500
commitfbedff5e909777a1d646947bd4f9beca6ddf7024 (patch)
tree9904d043dc60fc11c6fb0649f3c8393070fd0348 /src/bld/makefile
parent6dbab3072e8f50e25137fa53c7ffce0d111c2338 (diff)
downloadtalos-hostboot-fbedff5e909777a1d646947bd4f9beca6ddf7024.tar.gz
talos-hostboot-fbedff5e909777a1d646947bd4f9beca6ddf7024.zip
Add linker in preparation for modules.
Diffstat (limited to 'src/bld/makefile')
-rw-r--r--src/bld/makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/bld/makefile b/src/bld/makefile
new file mode 100644
index 000000000..37fd2e4b1
--- /dev/null
+++ b/src/bld/makefile
@@ -0,0 +1,7 @@
+linker: linker.C
+ g++ -O3 linker.C -o linker -lbfd
+
+all: linker
+
+clean:
+ (rm -f linker)
OpenPOWER on IntegriCloud