Changeset 25929
- Timestamp:
- 2011-03-07T14:07:17+01:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/package/madwifi/Makefile
r25928 r25929 74 74 HAL_TARGET:=i386-elf 75 75 endif 76 ifeq ($( BOARD),ixp4xx)76 ifeq ($(ARCH),armeb) 77 77 HAL_TARGET:=xscale-be-elfgnueabi 78 78 endif 79 if eq ($(BOARD),iop32x)79 ifneq ($(ARCH),arm) 80 80 HAL_TARGET:=xscale-le-elfgnueabi 81 endif 82 ifeq ($(BOARD),kirkwood) 83 HAL_TARGET:=xscale-le-elfgnueabi84 endif 85 ifeq ($(BOARD),orion) 86 HAL_TARGET:=xscale-le-elfgnueabi87 endif 88 ifeq ($(BOARD),cns3xxx) 89 HAL_TARGET:=arm11-le-elfgnueabi81 ifeq ($(BOARD),cns21xx) 82 HAL_TARGET:=armv4-le-elfgnueabi 83 endif 84 ifeq ($(BOARD),cns3xxx) 85 HAL_TARGET:=arm11-le-elfgnueabi 86 endif 87 ifeq ($(BOARD),gemini) 88 HAL_TARGET:=armv4-le-elfgnueabi 89 endif 90 90 endif 91 91 ifeq ($(ARCH),powerpc) 92 92 HAL_TARGET:=powerpc-be-elf 93 endif94 ifeq ($(BOARD),gemini)95 HAL_TARGET:=armv4-le-elfgnueabi96 93 endif 97 94 ifneq ($(CONFIG_TARGET_atheros),)
Note: See TracChangeset
for help on using the changeset viewer.