aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2021-09-12 23:23:21 +0200
committerDavid S. Miller <davem@davemloft.net>2021-09-16 14:08:04 +0100
commit84fb7dfc7463afcba61281f36535576a7f7b0626 (patch)
tree5d04ba98161fe5bcf7d1a177b56a1b19bb7e6165 /drivers
parentselftests: nci: replace unsigned int with int (diff)
downloadlinux-dev-84fb7dfc7463afcba61281f36535576a7f7b0626.tar.xz
linux-dev-84fb7dfc7463afcba61281f36535576a7f7b0626.zip
net: wan: wanxl: define CROSS_COMPILE_M68K
It was used but never set. The hardcoded value from before the dawn of time was non-standard; the usual name for cross-tools is $TRIPLET-$TOOL Signed-off-by: Adam Borowski <kilobyte@angband.pl> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/wan/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wan/Makefile b/drivers/net/wan/Makefile
index f6b92efffc94..480bcd1f6c1c 100644
--- a/drivers/net/wan/Makefile
+++ b/drivers/net/wan/Makefile
@@ -34,6 +34,8 @@ obj-$(CONFIG_SLIC_DS26522) += slic_ds26522.o
clean-files := wanxlfw.inc
$(obj)/wanxl.o: $(obj)/wanxlfw.inc
+CROSS_COMPILE_M68K = m68k-linux-gnu-
+
ifeq ($(CONFIG_WANXL_BUILD_FIRMWARE),y)
ifeq ($(ARCH),m68k)
M68KCC = $(CC)