Quellcode durchsuchen

linux: drop LDFLAGS override

The current linux code overrides LDFLAGS that the kernel itself might be
setting up. Looking at the history, there doesn't seem to be any reason
for this override. It was added in ea8b1fa6a60705 without any logic.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Mike Frysinger vor 14 Jahren
Ursprung
Commit
3bbf1c2ea6
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  1. 0 1
      linux/linux.mk

+ 0 - 1
linux/linux.mk

@@ -24,7 +24,6 @@ LINUX26_MAKE_FLAGS = \
 	ARCH=$(KERNEL_ARCH) \
 	ARCH=$(KERNEL_ARCH) \
 	INSTALL_MOD_PATH=$(TARGET_DIR) \
 	INSTALL_MOD_PATH=$(TARGET_DIR) \
 	CROSS_COMPILE=$(TARGET_CROSS) \
 	CROSS_COMPILE=$(TARGET_CROSS) \
-	LDFLAGS="$(TARGET_LDFLAGS)" \
 	LZMA="$(LZMA)"
 	LZMA="$(LZMA)"
 
 
 # Get the real Linux version, which tells us where kernel modules are
 # Get the real Linux version, which tells us where kernel modules are