From 9d1137d9197552439af937fee4b9ec5368f562bf Mon Sep 17 00:00:00 2001 From: Paul Kocialkowski Date: Tue, 25 Jun 2013 16:22:19 +0200 Subject: Drop support for the (incomplete) old protocol implementation used on H1. Also refactor headers: values aligned to 16x4 spaces and other cosmetics Change-Id: I5a6f2c2471599c88c4be74591117d0ab2dfaaddf Signed-off-by: Paul Kocialkowski --- Android.mk | 52 ---------------------------------------------------- 1 file changed, 52 deletions(-) (limited to 'Android.mk') diff --git a/Android.mk b/Android.mk index 85f70f3..40d372f 100644 --- a/Android.mk +++ b/Android.mk @@ -12,27 +12,22 @@ LOCAL_C_INCLUDES += $(LOCAL_PATH)/samsung-ipc/device/xmm6260/ LOCAL_LDFLAGS += -lcrypto ifeq ($(TARGET_DEVICE),crespo) - LOCAL_CFLAGS += -DDEVICE_IPC_V4 board_name := herring endif ifeq ($(TARGET_DEVICE),galaxys2) - LOCAL_CFLAGS += -DDEVICE_IPC_V4 board_name := smdk4210 endif ifeq ($(TARGET_DEVICE),galaxysmtd) - LOCAL_CFLAGS += -DDEVICE_IPC_V4 board_name := aries endif ifeq ($(TARGET_DEVICE),galaxytab) - LOCAL_CFLAGS += -DDEVICE_IPC_V4 board_name := gt-p1000 endif ifeq ($(TARGET_DEVICE),spica) - LOCAL_CFLAGS += -DDEVICE_IPC_V4 board_name := i5700 endif @@ -41,17 +36,14 @@ ifeq ($(TARGET_DEVICE),h1) endif ifeq ($(TARGET_DEVICE),maguro) - LOCAL_CFLAGS += -DDEVICE_IPC_V4 board_name := tuna endif ifeq ($(TARGET_DEVICE),p5100) - LOCAL_CFLAGS += -DDEVICE_IPC_V4 board_name := espresso10 endif ifeq ($(TARGET_DEVICE),p3100) - LOCAL_CFLAGS += -DDEVICE_IPC_V4 board_name := espresso endif @@ -101,50 +93,6 @@ include $(CLEAR_VARS) LOCAL_MODULE := ipc-modemctrl LOCAL_MODULE_TAGS := optional -ifeq ($(TARGET_DEVICE),crespo) - LOCAL_CFLAGS += -DDEVICE_IPC_V4 - samsung-ipc_device := crespo -endif - -ifeq ($(TARGET_DEVICE),galaxys2) - LOCAL_CFLAGS += -DDEVICE_IPC_V4 - samsung-ipc_device := galaxys2 -endif - -ifeq ($(TARGET_DEVICE),galaxysmtd) - LOCAL_CFLAGS += -DDEVICE_IPC_V4 - samsung-ipc_device := aries -endif - -ifeq ($(TARGET_DEVICE),galaxytab) - LOCAL_CFLAGS += -DDEVICE_IPC_V4 - samsung-ipc_device := aries -endif - -ifeq ($(TARGET_DEVICE),spica) - LOCAL_CFLAGS += -DDEVICE_IPC_V4 - samsung-ipc_device := i5700 -endif - -ifeq ($(TARGET_DEVICE),h1) - LOCAL_CFLAGS += -DDEVICE_H1 -endif - -ifeq ($(TARGET_DEVICE),maguro) - LOCAL_CFLAGS += -DDEVICE_IPC_V4 - samsung-ipc_device := maguro -endif - -ifeq ($(TARGET_DEVICE),p5100) - LOCAL_CFLAGS += -DDEVICE_IPC_V4 - samsung-ipc_device := espresso10 -endif - -ifeq ($(TARGET_DEVICE),p3100) - LOCAL_CFLAGS += -DDEVICE_IPC_V4 - samsung-ipc_device := espresso -endif - ifeq ($(DEBUG),true) LOCAL_CFLAGS += -DDEBUG LOCAL_CFLAGS += -DLOG_STDOUT -- cgit v1.1