blob: 1e23db4cfad78203e4bfcf621cfebfdbffb36877 [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 := 0x22200000
MEMSIZE := 0x00100000 # 1MB
SCRATCH_ADDR := 0x00000000
DEFINES += NO_KEYPAD_DRIVER=1
MODULES += \
dev/keys \
lib/ptable
DEFINES += \
MEMBASE=$(MEMBASE) \
SCRATCH_ADDR=$(SCRATCH_ADDR)
OBJS += \
$(LOCAL_DIR)/init.o