summaryrefslogtreecommitdiffstats
path: root/platforms
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2012-11-19 14:39:29 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-11-19 14:40:42 +0100
commit5de075e6e61eeaa5bf3d08a600e92d5a51ca68d6 (patch)
tree75771be5bdca6da5cc75db30e94a109362843e7f /platforms
parentbeae5c667a7f11d1631f69321d6201eac5003465 (diff)
downloadptxdist-5de075e6e61eeaa5bf3d08a600e92d5a51ca68d6.tar.gz
ptxdist-5de075e6e61eeaa5bf3d08a600e92d5a51ca68d6.tar.xz
change cross-libkmod -> host-libkmod
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'platforms')
-rw-r--r--platforms/hosttools.in2
-rw-r--r--platforms/kernel.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/platforms/hosttools.in b/platforms/hosttools.in
index ff6e90bf4..e032253ad 100644
--- a/platforms/hosttools.in
+++ b/platforms/hosttools.in
@@ -1,4 +1,3 @@
-source "rules/cross-libkmod.in"
source "rules/cross-nasm.in"
source "rules/host-cdrkit.in"
source "rules/host-cmake.in"
@@ -14,6 +13,7 @@ source "rules/host-libblkid.in"
source "rules/host-libbz2.in"
source "rules/host-libcap.in"
source "rules/host-libconfuse.in"
+source "rules/host-libkmod.in"
source "rules/host-liblzo.in"
source "rules/host-libuuid.in"
source "rules/host-lzop.in"
diff --git a/platforms/kernel.in b/platforms/kernel.in
index a570700ea..2b44ec1e2 100644
--- a/platforms/kernel.in
+++ b/platforms/kernel.in
@@ -5,7 +5,7 @@ menuconfig KERNEL
select HOST_U_BOOT_TOOLS if KERNEL_IMAGE_U || (KERNEL_IMAGE_SIMPLE && ARCH_MICROBLAZE)
select HOST_XZ if KERNEL_XZ
select HOST_LZOP if KERNEL_LZOP
- select CROSS_LIBKMOD if KERNEL_MODULES
+ select HOST_LIBKMOD if KERNEL_MODULES
prompt "Linux kernel "
if KERNEL