blob: ba3f9d4f7fa5ab5656c788de827b5cf98ac9c6ce [file] [log] [blame]
Brian Swetland2500aa12009-01-01 04:33:55 -08001LOCAL_DIR := $(GET_LOCAL_DIR)
2
3INCLUDES += -I$(LOCAL_DIR)/include
4
5PLATFORM := msm7k
6
7MEMBASE := 0x00000000 # SMI
8MEMSIZE := 0x00800000 # 8MB
9
10DEFINES += SDRAM_SIZE=$(MEMSIZE) MEMBASE=$(MEMBASE)