Build - Restructured configuration
authorJohn Hodge <[email protected]>
Wed, 30 Nov 2011 04:09:54 +0000 (12:09 +0800)
committerJohn Hodge <[email protected]>
Wed, 30 Nov 2011 04:09:54 +0000 (12:09 +0800)
commit13cfd41138fbb925b9a9e239ecd58d1a768ac5aa
tree582cabe243cf4ed507319936c365a9a5e4c8dda9
parent0e361ff8d9472885f770a370c0d477c229041572
Build - Restructured configuration

- Allows different configurations in each architecture
 > E.g. Allow different ARM SOCs to be supported nicely
- Also fixed a compile error in workqueue with ARM
- Added USB mouse to RunQemu
21 files changed:
BuildConf/armv7/Makefile.cfg [new file with mode: 0644]
BuildConf/armv7/default.mk [new file with mode: 0644]
BuildConf/armv7/realview_pb.mk [new file with mode: 0644]
BuildConf/host/Makefile.host.cfg [new file with mode: 0644]
BuildConf/x86/Makefile.cfg [new file with mode: 0644]
BuildConf/x86/default.mk [new file with mode: 0644]
BuildConf/x86_64/Makefile.cfg [new file with mode: 0644]
BuildConf/x86_64/default.mk [new file with mode: 0644]
BuildConf/x86_smp [new symlink]
Kernel/arch/armv7/Makefile
Kernel/arch/armv7/include/options.h
Kernel/workqueue.c
Makefile.armv7.cfg [deleted file]
Makefile.cfg
Makefile.host.cfg [deleted file]
Makefile.x86.cfg [deleted file]
Makefile.x86_64.cfg [deleted file]
Makefile.x86_smp.cfg [deleted symlink]
Modules/Display/PL110/main.c
Modules/armv7/GIC/gic.c
RunQemu

UCC git Repository :: git.ucc.asn.au