blob: ce1cc76417aad72e44d9e57f7fed22c1d8f3faff [file] [log] [blame]
LOCAL_DIR := $(GET_LOCAL_DIR)
INCLUDES += -I$(LOCAL_DIR)/include -I$(LK_TOP_DIR)/platform/msm_shared
PLATFORM := mdm9x25
#TBD: these will change once mem map is defined.
MEMBASE := 0x20000000
MEMSIZE := 0x00100000 # 1MB
SCRATCH_ADDR := 0x20200000
DEFINES += NO_KEYPAD_DRIVER=1
MODULES += \
dev/keys \
lib/ptable
DEFINES += \
MEMBASE=$(MEMBASE) \
SCRATCH_ADDR=$(SCRATCH_ADDR)
OBJS += \
$(LOCAL_DIR)/init.o