diff options
author | Koen Kooi <koen@openembedded.org> | 2007-10-01 12:56:53 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-10-01 12:56:53 +0000 |
commit | 05b509107f4697d9ec9a6eaae1d8085a197ac57b (patch) | |
tree | 58472791b9327b9e73c61665b0698de07f093872 /conf/machine/spitz.conf | |
parent | 0758358b14b63d166784e5163682f9dc72b49a0e (diff) |
iwmmxt machines: add 'iwmmxt' as machine feature
Diffstat (limited to 'conf/machine/spitz.conf')
-rw-r--r-- | conf/machine/spitz.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/spitz.conf b/conf/machine/spitz.conf index 3199065606..32060d090c 100644 --- a/conf/machine/spitz.conf +++ b/conf/machine/spitz.conf @@ -5,6 +5,8 @@ require conf/machine/include/zaurus-2.6.inc require conf/machine/include/zaurus-clamshell.inc +MACHINE_FEATURES += "iwmmxt" + PIVOTBOOT_EXTRA_RDEPENDS += "pivotinit ${PCMCIA_MANAGER}" PACKAGE_EXTRA_ARCHS += "iwmmxt" |