mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 03:09:08 +08:00
fix madwifi hal target for mips*
SVN-Revision: 12435
This commit is contained in:
parent
6aa8c5de64
commit
fff4882561
@ -54,11 +54,20 @@ ifneq ($(CONFIG_TARGET_ar7)$(CONFIG_TARGET_uml),)
|
|||||||
BUS:=
|
BUS:=
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(ARCH),mips)
|
ifneq ($(CONFIG_CPU_MIPS32_R2),)
|
||||||
HAL_TARGET:=mips-be-elf
|
ifeq ($(ARCH),mips)
|
||||||
endif
|
HAL_TARGET:=mips32r2-be-elf
|
||||||
ifeq ($(ARCH),mipsel)
|
endif
|
||||||
HAL_TARGET:=mips-le-elf
|
ifeq ($(ARCH),mipsel)
|
||||||
|
HAL_TARGET:=mips32r2-le-elf
|
||||||
|
endif
|
||||||
|
else
|
||||||
|
ifeq ($(ARCH),mips)
|
||||||
|
HAL_TARGET:=mips32-be-elf
|
||||||
|
endif
|
||||||
|
ifeq ($(ARCH),mipsel)
|
||||||
|
HAL_TARGET:=mips32-le-elf
|
||||||
|
endif
|
||||||
endif
|
endif
|
||||||
ifeq ($(ARCH),i386)
|
ifeq ($(ARCH),i386)
|
||||||
HAL_TARGET:=i386-elf
|
HAL_TARGET:=i386-elf
|
||||||
|
Loading…
x
Reference in New Issue
Block a user