aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/ep93xx.conf
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-02-09 19:14:46 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-02-09 19:14:46 +0000
commit0a4e766467c5221b8bd406378c500a3b556daf6e (patch)
tree5aabaa2af16b4331390419455d75e4f3f335ef45 /conf/machine/ep93xx.conf
parentda1676aa007bd113667247b1b5530d1be858507c (diff)
downloadopenembedded-0a4e766467c5221b8bd406378c500a3b556daf6e.tar.gz
ep93xx.conf: inherit linux-modules
Diffstat (limited to 'conf/machine/ep93xx.conf')
-rw-r--r--conf/machine/ep93xx.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/machine/ep93xx.conf b/conf/machine/ep93xx.conf
index 3aac1aad74..f68e3dd36c 100644
--- a/conf/machine/ep93xx.conf
+++ b/conf/machine/ep93xx.conf
@@ -2,8 +2,9 @@
#@Name: Cirrus Logic EP-93xx Development Platform
#@DESCRIPTION: Machine configuration for Cirrus Logic EP-93xx Development Platform
-TARGET_ARCH = "arm"
+INHERIT += "linux_modules"
+TARGET_ARCH = "arm"
IPKG_ARCHS = "all arm armv5te ${MACHINE}"
PREFERRED_PROVIDER_virtual/kernel = "${MACHINE}-kernel"