~martin-decky/helenos/rcu

« back to all changes in this revision

Viewing changes to kernel/tools/genmap.py

  • Committer: Martin Decky
  • Date: 2010-03-19 18:30:12 UTC
  • Revision ID: martin@uranus.dsrg.hide.ms.mff.cuni.cz-20100319183012-rmyqumxyx09q51kd
more autotooling: run actually the compiler in autotool.py and detect sizes of integers, generate common.h
more build system cleanup: remove redundancy, remove config.defs, merge kernel makefiles to a single file

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
                        fname = res.group(1)
79
79
                        continue
80
80
        
81
 
        return {'text' : funcs, 'bss' : bss, 'data' : data }
 
81
        return {'text' : funcs, 'bss' : bss, 'data' : data}
82
82
 
83
83
def generate(kmapf, obmapf, out):
84
84
        "Generate output file"