diff options
Diffstat (limited to 'conf/machine/h2200.conf')
-rw-r--r-- | conf/machine/h2200.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/machine/h2200.conf b/conf/machine/h2200.conf index 354e3a9552..4526006cfe 100644 --- a/conf/machine/h2200.conf +++ b/conf/machine/h2200.conf @@ -42,9 +42,9 @@ SERIAL_CONSOLE = "115200 tts/0 vt100" USE_VT = "0" -include conf/machine/ipaq-common.conf -include conf/machine/handheld-common.conf +include conf/machine/include/ipaq-common.conf +include conf/machine/include/handheld-common.conf GUI_MACHINE_CLASS = "smallscreen" -include conf/machine/tune-xscale.conf +include conf/machine/include/tune-xscale.conf |