summaryrefslogtreecommitdiffstats
path: root/src/build/linker/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/build/linker/makefile')
-rw-r--r--src/build/linker/makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/build/linker/makefile b/src/build/linker/makefile
index 02789ef10..88f2a5fa0 100644
--- a/src/build/linker/makefile
+++ b/src/build/linker/makefile
@@ -1,7 +1,11 @@
linker: linker.C
i686-mcp6-g++ -O3 -g linker.C -o linker -lbfd -liberty -lz
-all: linker
+all: code_pass
+
+code_pass: linker
+
+gen_pass:
clean:
(rm -f linker)
OpenPOWER on IntegriCloud