summaryrefslogtreecommitdiffstats
path: root/obj
diff options
context:
space:
mode:
authorPatrick Williams <iawillia@us.ibm.com>2011-06-24 10:47:35 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2011-06-24 11:19:45 -0500
commit74d2fd5773f91470e17009b5da93f9d4a5cb1d5c (patch)
tree9efb4b4671122aa9336cc0004d1a9d84e1178334 /obj
parent5611dd07de1fa342f487d49f57259639c2b0529a (diff)
downloadtalos-hostboot-74d2fd5773f91470e17009b5da93f9d4a5cb1d5c.tar.gz
talos-hostboot-74d2fd5773f91470e17009b5da93f9d4a5cb1d5c.zip
Create a new pass to generate header files.
This pass is executed before trying to compile anything. Makefiles can now add headerfiles to be generated to the GENFILES variable and define rules for how these headers get generated. Generated headers should go into 'obj/genfiles/'. Change-Id: Ieab44f0559e1dd75f5426b67545c4914035d4c23 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/157 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'obj')
-rw-r--r--obj/genfiles/.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/obj/genfiles/.gitignore b/obj/genfiles/.gitignore
new file mode 100644
index 000000000..72e8ffc0d
--- /dev/null
+++ b/obj/genfiles/.gitignore
@@ -0,0 +1 @@
+*
OpenPOWER on IntegriCloud