diff options
author | Koen Kooi <koen@openembedded.org> | 2006-10-20 15:17:23 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-10-20 15:17:23 +0000 |
commit | aac32c2eee74418bac9ceb763eeab6232cad130b (patch) | |
tree | 8fc184a285c110d4a53e79285f732e3f7dcf97fd /conf/machine | |
parent | 397184fc7c2bdc9f535c5f7298656474bfab284c (diff) |
h3900.conf: fix include path for tune-xscale
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/h3900.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/h3900.conf b/conf/machine/h3900.conf index 8c96ea71b8..0215d39912 100644 --- a/conf/machine/h3900.conf +++ b/conf/machine/h3900.conf @@ -34,4 +34,4 @@ USE_VT = "0" GUI_MACHINE_CLASS = "smallscreen" # not using tune-xscale so as to retain backwards compatibility -require conf/machine/tune-xscale.conf +require conf/machine/include/tune-xscale.conf |