aboutsummaryrefslogtreecommitdiff
path: root/build/c/o-l.make
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-02-05 18:01:45 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-02-05 18:01:45 +0200
commitd7b7e218bfe92516f525568a6c1c9e1a9eb241fe (patch)
tree6cbc3155d7188f65e4b806c6edeecdd53393da69 /build/c/o-l.make
Start tracking build with git
Diffstat (limited to 'build/c/o-l.make')
-rw-r--r--build/c/o-l.make11
1 files changed, 11 insertions, 0 deletions
diff --git a/build/c/o-l.make b/build/c/o-l.make
new file mode 100644
index 0000000..5ee8a0f
--- /dev/null
+++ b/build/c/o-l.make
@@ -0,0 +1,11 @@
+# file : build/c/o-l.make
+# author : Boris Kolpackov <boris@codesynthesis.com>
+# copyright : Copyright (c) 2004-2010 Code Synthesis Tools CC
+# license : GNU GPL v2; see accompanying LICENSE file
+
+$(call include,$(bld_root)/ld/configuration-lib.make)
+$(call include,$(bld_root)/c/configuration.make)
+
+ifdef c_id
+$(call include-once,$(bld_root)/c/$(c_id)/o-l.make,$(out_base))
+endif