summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@google.com>2011-07-11 22:12:25 -0700
committerJeff Brown <jeffbrown@google.com>2011-07-11 22:12:25 -0700
commitc3a85902e0b52a5f1564478a747338a7d6e2704a (patch)
tree3317260cdce083f0709e29ce12852e2d1b4ab20e
parentbd8a0f92c534e9a32a2379a0462584277462f2f6 (diff)
downloadwlan-c3a85902e0b52a5f1564478a747338a7d6e2704a.tar.gz
Remove the simulator target from all makefiles.
Bug: 5010576 Change-Id: I6fcca2c19289d3db6ac22eb50ece9ace8a67ff29
-rw-r--r--wl1271/wpa_supplicant_lib/Android.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/wl1271/wpa_supplicant_lib/Android.mk b/wl1271/wpa_supplicant_lib/Android.mk
index d0b756f..35fdae5 100644
--- a/wl1271/wpa_supplicant_lib/Android.mk
+++ b/wl1271/wpa_supplicant_lib/Android.mk
@@ -15,10 +15,6 @@
#
LOCAL_PATH := $(call my-dir)
-ifeq ($(TARGET_SIMULATOR),true)
- $(error This makefile must not be included when building the simulator)
-endif
-
ifndef WPA_SUPPLICANT_VERSION
WPA_SUPPLICANT_VERSION := VER_0_5_X
endif
@@ -71,9 +67,7 @@ L_CFLAGS += -DWPA_SUPPLICANT_$(WPA_SUPPLICANT_VERSION)
OBJS = driver_ti.c $(LIB)/scanmerge.c $(LIB)/shlist.c
# To force sizeof(enum) = 4
-ifneq ($(TARGET_SIMULATOR),true)
L_CFLAGS += -mabi=aapcs-linux
-endif
ifdef CONFIG_NO_STDOUT_DEBUG
L_CFLAGS += -DCONFIG_NO_STDOUT_DEBUG