Kinson Chik | 18e3633 | 2011-08-15 10:07:28 -0700 | [diff] [blame] | 1 | LOCAL_DIR := $(GET_LOCAL_DIR) |
2 | |||||
3 | ARCH := arm | ||||
4 | # Cann't use cortex-a5 as its not supported by gcc 4.4.0 | ||||
5 | ARM_CPU := cortex-a8 | ||||
6 | CPU := generic | ||||
7 | |||||
8 | DEFINES += ARM_CPU_CORE_A5 | ||||
9 | |||||
10 | INCLUDES += -I$(LOCAL_DIR)/include -I$(LK_TOP_DIR)/platform/msm_shared/include | ||||
11 | |||||
12 | OBJS += \ | ||||
13 | $(LOCAL_DIR)/platform.o \ | ||||
14 | $(LOCAL_DIR)/acpuclock.o \ | ||||
15 | $(LOCAL_DIR)/gpio.o \ | ||||
16 | |||||
17 | LINKER_SCRIPT += $(BUILDDIR)/system-onesegment.ld | ||||
18 | |||||
19 | include platform/msm_shared/rules.mk | ||||
20 |