diff options
author | Koen Kooi <koen@openembedded.org> | 2006-07-27 08:47:44 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-07-27 08:47:44 +0000 |
commit | 4ef932c6ce0f68746ad01226072b11a0a9504ca6 (patch) | |
tree | 1e9bead9195af8faf99d2e6377fb3c9cf56e06d8 | |
parent | 6d0dd16c471132dd874bf16b2278f0e4ec1e6923 (diff) |
h5xxx.conf: fix include for tune-xscale
-rw-r--r-- | conf/machine/h5xxx.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/h5xxx.conf b/conf/machine/h5xxx.conf index 758793f7a7..a2ca9b55a0 100644 --- a/conf/machine/h5xxx.conf +++ b/conf/machine/h5xxx.conf @@ -32,4 +32,4 @@ USE_VT = "0" GUI_MACHINE_CLASS = "smallscreen" -include conf/machine/tune-xscale.conf +include conf/machine/include/tune-xscale.conf |