From f2a42025ad4e81842fb8470b0eee1a67abfd3098 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 23 Aug 2007 11:27:19 +0000 Subject: [PATCH] gumstix: split into connex and verdex --- conf/machine/gumstix-connex.conf | 2 ++ conf/machine/gumstix-verdex.conf | 4 ++++ conf/machine/{gumstix.conf => include/gumstix.inc} | 0 3 files changed, 6 insertions(+) create mode 100644 conf/machine/gumstix-connex.conf create mode 100644 conf/machine/gumstix-verdex.conf rename conf/machine/{gumstix.conf => include/gumstix.inc} (100%) diff --git a/conf/machine/gumstix-connex.conf b/conf/machine/gumstix-connex.conf new file mode 100644 index 0000000000..692fa2a0f8 --- /dev/null +++ b/conf/machine/gumstix-connex.conf @@ -0,0 +1,2 @@ +require conf/machine/include/gumstix.conf + diff --git a/conf/machine/gumstix-verdex.conf b/conf/machine/gumstix-verdex.conf new file mode 100644 index 0000000000..d171184cc0 --- /dev/null +++ b/conf/machine/gumstix-verdex.conf @@ -0,0 +1,4 @@ +require conf/machine/include/gumstix.conf + +PACKAGE_EXTRA_ARCHS += " iwmmxt " + diff --git a/conf/machine/gumstix.conf b/conf/machine/include/gumstix.inc similarity index 100% rename from conf/machine/gumstix.conf rename to conf/machine/include/gumstix.inc -- 2.39.5