summaryrefslogtreecommitdiff
path: root/misc/buildroot/Config.in
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-01-02 20:24:07 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-01-02 20:24:07 +0000
commit85aed0057cb80a85ad1445dca6661fa544cd2b30 (patch)
treecea543975b7a11db16f3d5fcfa34ad53c0a17aa4 /misc/buildroot/Config.in
parent47501014fa60b2b20e33477338d91b7d55c69f9b (diff)
downloadnuttx-85aed0057cb80a85ad1445dca6661fa544cd2b30.tar.gz
nuttx-85aed0057cb80a85ad1445dca6661fa544cd2b30.tar.bz2
nuttx-85aed0057cb80a85ad1445dca6661fa544cd2b30.zip
Add support for m68hc11/12
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@481 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'misc/buildroot/Config.in')
-rw-r--r--misc/buildroot/Config.in9
1 files changed, 8 insertions, 1 deletions
diff --git a/misc/buildroot/Config.in b/misc/buildroot/Config.in
index d50020085..bdd12ffd4 100644
--- a/misc/buildroot/Config.in
+++ b/misc/buildroot/Config.in
@@ -26,6 +26,10 @@ config BR2_i386
bool "i386"
config BR2_m68k
bool "m68k"
+config BR2_m68hc11
+ bool "m68hc11"
+config BR2_m68hc12
+ bool "m68hc12"
config BR2_mips
bool "mips"
config BR2_mipsel
@@ -177,6 +181,8 @@ config BR2_ARCH
default "i586" if BR2_x86_i586
default "i686" if BR2_x86_i686
default "m68k" if BR2_m68k
+ default "m68hc11" if BR2_m68hc11
+ default "m68hc12" if BR2_m68hc12
default "mips" if BR2_mips
default "mipsel" if BR2_mipsel
default "nios2" if BR2_nios2
@@ -196,7 +202,8 @@ config BR2_ENDIAN
default "LITTLE" if BR2_arm || BR2_cris || BR2_i386 || BR2_mipsel || \
BR2_sh3 || BR2_sh4 || BR2_x86_64 || BR2_nios2 || \
BR2_sh64
- default "BIG" if BR2_alpha || BR2_armeb || BR2_avr32 || BR2_m68k || BR2_mips || \
+ default "BIG" if BR2_alpha || BR2_armeb || BR2_avr32 || BR2_m68k || \
+ BR2_m68hc11 || BR2_m68hc12 || BR2_mips || \
BR2_powerpc || BR2_sh2a_nofpueb || BR2_sh2eb || \
BR2_sh3eb || BR2_sh4eb || BR2_sparc