~martin-decky/helenos/rcu

« back to all changes in this revision

Viewing changes to boot/arch/arm32/loader/Makefile.build

  • 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:
33
33
include ../../../../version
34
34
include ../../../../Makefile.common
35
35
include ../../../../Makefile.config
36
 
include ../../../../config.defs
37
36
include Makefile.common
38
37
include Makefile.toolchain
39
38