ep93xx.conf: inherit linux-modules
authorKoen Kooi <koen@openembedded.org>
Thu, 9 Feb 2006 19:14:46 +0000 (19:14 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Thu, 9 Feb 2006 19:14:46 +0000 (19:14 +0000)
conf/machine/ep93xx.conf

index 3aac1aa..f68e3dd 100644 (file)
@@ -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"