Aparna Mallavarapu | 9e01437 | 2013-10-19 15:04:58 +0530 | [diff] [blame] | 1 | LOCAL_DIR := $(GET_LOCAL_DIR) |
| 2 | |
| 3 | ARCH := arm |
| 4 | #Compiling this as cortex-a8 until the compiler supports krait |
| 5 | ARM_CPU := cortex-a8 |
| 6 | CPU := generic |
| 7 | |
| 8 | DEFINES += ARM_CPU_CORE_A7 |
| 9 | |
| 10 | MMC_SLOT := 1 |
| 11 | |
| 12 | DEFINES += PERIPH_BLK_BLSP=1 |
| 13 | DEFINES += WITH_CPU_EARLY_INIT=0 WITH_CPU_WARM_BOOT=0 \ |
| 14 | MMC_SLOT=$(MMC_SLOT) |
| 15 | |
| 16 | INCLUDES += -I$(LOCAL_DIR)/include -I$(LK_TOP_DIR)/platform/msm_shared/include |
| 17 | |
| 18 | OBJS += \ |
| 19 | $(LOCAL_DIR)/platform.o \ |
| 20 | $(LOCAL_DIR)/acpuclock.o \ |
| 21 | $(LOCAL_DIR)/gpio.o |
| 22 | |
| 23 | LINKER_SCRIPT += $(BUILDDIR)/system-onesegment.ld |
| 24 | |
| 25 | include platform/msm_shared/rules.mk |