~jsvoboda/helenos/dnsr

« back to all changes in this revision

Viewing changes to tools/pack.py

  • Committer: Jiri Svoboda
  • Date: 2013-04-19 18:38:18 UTC
  • mfrom: (1527.1.284 main-clone)
  • Revision ID: jiri@wiwaxia-20130419183818-nvfibuh4t5qol0e3
MergeĀ mainlineĀ chages.

Show diffs side-by-side

added added

removed removed

Lines of Context:
154
154
        
155
155
        header.write('/***************************************\n')
156
156
        header.write(' * AUTO-GENERATED FILE, DO NOT EDIT!!! *\n')
 
157
        header.write(' * Generated by: tools/pack.py         *\n')
157
158
        header.write(' ***************************************/\n\n')
158
159
        header.write("#ifndef BOOT_COMPONENTS_H_\n")
159
160
        header.write("#define BOOT_COMPONENTS_H_\n\n")
176
177
        
177
178
        data.write('/***************************************\n')
178
179
        data.write(' * AUTO-GENERATED FILE, DO NOT EDIT!!! *\n')
 
180
        data.write(' * Generated by: tools/pack.py         *\n')
179
181
        data.write(' ***************************************/\n\n')
180
182
        data.write("#include <typedefs.h>\n")
181
183
        data.write("#include <arch/%s.h>\n\n" % COMPONENTS)