Skip to content

Commit 84fb7df

Browse files
kilobytedavem330
authored andcommitted
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>
1 parent 98dc68f commit 84fb7df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/net/wan/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ obj-$(CONFIG_SLIC_DS26522) += slic_ds26522.o
3434
clean-files := wanxlfw.inc
3535
$(obj)/wanxl.o: $(obj)/wanxlfw.inc
3636

37+
CROSS_COMPILE_M68K = m68k-linux-gnu-
38+
3739
ifeq ($(CONFIG_WANXL_BUILD_FIRMWARE),y)
3840
ifeq ($(ARCH),m68k)
3941
M68KCC = $(CC)

0 commit comments

Comments
 (0)