From: Manuel Novoa III Date: Sat, 29 Nov 2003 19:27:20 +0000 (-0000) Subject: Erik moved the kernel headers and forgot to update this. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=061e83c0d392e373788f54b23a144261acde5e02;p=buildroot.git Erik moved the kernel headers and forgot to update this. --- diff --git a/make/wtools.mk b/make/wtools.mk index 4050b1dafa..f4ab41cb7f 100644 --- a/make/wtools.mk +++ b/make/wtools.mk @@ -19,7 +19,7 @@ $(WTOOLS_BUILD_DIR)/.configured: $(WTOOLS_BUILD_DIR)/.unpacked touch $(WTOOLS_BUILD_DIR)/.configured $(WTOOLS_BUILD_DIR)/iwconfig: $(WTOOLS_BUILD_DIR)/.configured - $(MAKE) -C $(WTOOLS_BUILD_DIR) KERNEL_SRC=$(BUILD_DIR)/linux \ + $(MAKE) -C $(WTOOLS_BUILD_DIR) KERNEL_SRC=$(TOOL_BUILD_DIR)/linux \ CC=$(TARGET_CC) CFLAGS="$(TARGET_CFLAGS)" $(TARGET_DIR)/sbin/iwconfig: $(WTOOLS_BUILD_DIR)/iwconfig