projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98dc68f
)
net: wan: wanxl: define CROSS_COMPILE_M68K
author
Adam Borowski
<kilobyte@angband.pl>
Sun, 12 Sep 2021 21:23:21 +0000
(23:23 +0200)
committer
David S. Miller
<davem@davemloft.net>
Thu, 16 Sep 2021 13:08:04 +0000
(14:08 +0100)
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>
drivers/net/wan/Makefile
patch
|
blob
|
history
diff --git
a/drivers/net/wan/Makefile
b/drivers/net/wan/Makefile
index f6b92efffc94c340f758155a26a08391c30c0aac..480bcd1f6c1cb490ca40c1ff8afc92551d720c25 100644
(file)
--- 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)