aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/poodle.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/poodle.conf')
-rw-r--r--conf/machine/poodle.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/machine/poodle.conf b/conf/machine/poodle.conf
index 8b33912835..dc83aa153d 100644
--- a/conf/machine/poodle.conf
+++ b/conf/machine/poodle.conf
@@ -6,7 +6,7 @@ TARGET_ARCH = "arm"
IPKG_ARCHS = "all arm armv4 armv5te poodle"
KERNEL_VERSION ?= "2.4"
-include conf/machine/poodle-${KERNEL_VERSION}.conf
+include conf/machine/include/poodle-${KERNEL_VERSION}.conf
EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x4000 --pad --faketime -n"
@@ -14,12 +14,12 @@ IMAGE_CMD_jffs2 = "mkfs.jffs2 --root=${IMAGE_ROOTFS} --output=${DEPLOY_DIR_IMAGE
BOOTSTRAP_EXTRA_DEPENDS += "zaurus-updater"
-include conf/machine/handheld-common.conf
+include conf/machine/include/handheld-common.conf
ROOT_FLASH_SIZE = "22"
# Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm.
-include conf/machine/tune-xscale.conf
+include conf/machine/include/tune-xscale.conf
SERIAL_CONSOLE = "115200 ttyS0"