diff options
-rw-r--r-- | conf/machine/gumstix-connex.conf | 2 | ||||
-rw-r--r-- | conf/machine/gumstix-verdex.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/gumstix-connex.conf b/conf/machine/gumstix-connex.conf index 692fa2a0f8..5110e86aff 100644 --- a/conf/machine/gumstix-connex.conf +++ b/conf/machine/gumstix-connex.conf @@ -1,2 +1,2 @@ -require conf/machine/include/gumstix.conf +require conf/machine/include/gumstix.inc diff --git a/conf/machine/gumstix-verdex.conf b/conf/machine/gumstix-verdex.conf index d171184cc0..f08e3bafad 100644 --- a/conf/machine/gumstix-verdex.conf +++ b/conf/machine/gumstix-verdex.conf @@ -1,4 +1,4 @@ -require conf/machine/include/gumstix.conf +require conf/machine/include/gumstix.inc PACKAGE_EXTRA_ARCHS += " iwmmxt " |