From eebd346d047ccef7be0002913f662e2ac27b5ee4 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Wed, 23 Nov 2011 21:44:24 +0000 Subject: [PATCH] cleanup: remove refs to unsupported "iop32x" target SVN-Revision: 29302 --- package/madwifi/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/package/madwifi/Makefile b/package/madwifi/Makefile index cb5efb60d8..61a00bf9ac 100644 --- a/package/madwifi/Makefile +++ b/package/madwifi/Makefile @@ -76,9 +76,6 @@ endif ifeq ($(BOARD),ixp4xx) HAL_TARGET:=xscale-be-elf$(if $(CONFIG_EABI_SUPPORT),gnueabi) endif -ifeq ($(BOARD),iop32x) - HAL_TARGET:=xscale-le-elf$(if $(CONFIG_EABI_SUPPORT),gnueabi) -endif ifeq ($(BOARD),kirkwood) HAL_TARGET:=xscale-le-elf$(if $(CONFIG_EABI_SUPPORT),gnueabi) endif -- 2.30.2