blob: 23b1040e06b4483040e53b84216744357311b38b [file] [log] [blame]
V S Ramanjaneya Kumar T713be572013-08-02 11:00:10 +05301LOCAL_DIR := $(GET_LOCAL_DIR)
2
3ARCH := arm
4ARM_CPU := cortex-a8
5CPU := generic
6
7DEFINES += ARM_CPU_CORE_KRAIT
8
9MMC_SLOT := 1
10
11DEFINES += PERIPH_BLK_BLSP=1
12DEFINES += WITH_CPU_EARLY_INIT=0 WITH_CPU_WARM_BOOT=0 \
V S Ramanjaneya Kumar Tc1945892013-08-27 11:39:53 +053013 MMC_SLOT=$(MMC_SLOT)
V S Ramanjaneya Kumar T713be572013-08-02 11:00:10 +053014
15INCLUDES += -I$(LOCAL_DIR)/include -I$(LK_TOP_DIR)/platform/msm_shared/include
16
17DEVS += fbcon
18MODULES += dev/fbcon
19
20OBJS += \
21 $(LOCAL_DIR)/platform.o \
22 $(LOCAL_DIR)/acpuclock.o \
23 $(LOCAL_DIR)/fsm9900-clock.o \
24 $(LOCAL_DIR)/gpio.o
25
26LINKER_SCRIPT += $(BUILDDIR)/system-onesegment.ld
27
28include platform/msm_shared/rules.mk