summaryrefslogtreecommitdiffstats
path: root/linux
diff options
context:
space:
mode:
authorPeter Korsgaard2012-02-10 10:44:47 +0100
committerPeter Korsgaard2012-02-10 10:44:47 +0100
commit7b911b583ad473cfac19297edd76852338901fec (patch)
treebc51fe72ba5997bc9dde2434bf2e40e760ab2fc9 /linux
parentbzip2: add so.1 link (diff)
downloadbuildroot-7b911b583ad473cfac19297edd76852338901fec.tar.gz
buildroot-7b911b583ad473cfac19297edd76852338901fec.tar.xz
buildroot-7b911b583ad473cfac19297edd76852338901fec.zip
linux: drop LZMA environment variable
Not used anymore. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'linux')
-rw-r--r--linux/linux.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/linux/linux.mk b/linux/linux.mk
index dbe1ad78c..ae236d45d 100644
--- a/linux/linux.mk
+++ b/linux/linux.mk
@@ -40,7 +40,6 @@ LINUX_MAKE_FLAGS = \
ARCH=$(KERNEL_ARCH) \
INSTALL_MOD_PATH=$(TARGET_DIR) \
CROSS_COMPILE="$(CCACHE) $(TARGET_CROSS)" \
- LZMA="$(LZMA)" \
DEPMOD=$(HOST_DIR)/usr/sbin/depmod
# Get the real Linux version, which tells us where kernel modules are