diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-01-04 11:24:09 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-01-04 11:24:09 +0000 |
commit | 6a4f79a712999ac6764b7424adbeb86272a1eda4 (patch) | |
tree | 162b32aa7ee07da4b9169ac44325ee475a042065 /conf/machine/akita.conf | |
parent | d4d03c2b703961a227ad9d375eb5388b2679cfca (diff) |
conf/machine/*.conf: require everything which needs to be included
Diffstat (limited to 'conf/machine/akita.conf')
-rw-r--r-- | conf/machine/akita.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/akita.conf b/conf/machine/akita.conf index 2682fb300f..fad73c53bf 100644 --- a/conf/machine/akita.conf +++ b/conf/machine/akita.conf @@ -2,8 +2,8 @@ #@NAME: Sharp Zaurus SL-C1000 #@DESCRIPTION: Machine configuration for the Sharp Zaurus SL-C1000 device -include conf/machine/include/zaurus-2.6.conf -include conf/machine/include/zaurus-clamshell.conf +require conf/machine/include/zaurus-2.6.conf +require conf/machine/include/zaurus-clamshell.conf PACKAGE_EXTRA_ARCHS += "iwmmxt" |