[Buildroot] [git commit] linux: drop LZMA environment variable

Peter Korsgaard jacmet at sunsite.dk
Fri Feb 10 09:44:47 UTC 2012


commit: http://git.buildroot.net/buildroot/commit/?id=7b911b583ad473cfac19297edd76852338901fec
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Not used anymore.

Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk>
---
 linux/linux.mk |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/linux/linux.mk b/linux/linux.mk
index dbe1ad7..ae236d4 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


More information about the buildroot mailing list