blob: b5507a3efe6377e93175da83c5b94c0a24114322 [file] [log] [blame]
Brian Swetland2500aa12009-01-01 04:33:55 -08001LOCAL_DIR := $(GET_LOCAL_DIR)
2
3ARCH := arm
4ARM_CPU := arm1136j-s
5CPU := generic
6
Ajay Dudani2676ea92010-08-10 07:15:45 -07007MMC_SLOT := 1
8DEFINES += MMC_SLOT=$(MMC_SLOT)
9
Brian Swetland2500aa12009-01-01 04:33:55 -080010INCLUDES += -I$(LOCAL_DIR)/include
11
Dima Zavin36785e32009-01-28 17:26:43 -080012MODULES += dev/fbcon
13
Brian Swetland2500aa12009-01-01 04:33:55 -080014OBJS += \
15 $(LOCAL_DIR)/platform.o \
16 $(LOCAL_DIR)/interrupts.o \
Chandan Uddarajufcc15f52009-11-17 21:02:46 -080017 $(LOCAL_DIR)/gpio.o \
Chandan Uddaraju2943fd62010-06-21 10:56:39 -070018 $(LOCAL_DIR)/panel.o \
Chandan Uddarajufcc15f52009-11-17 21:02:46 -080019 $(LOCAL_DIR)/acpuclock.o
Brian Swetland2500aa12009-01-01 04:33:55 -080020
21LINKER_SCRIPT += $(BUILDDIR)/system-onesegment.ld
22
23include platform/msm_shared/rules.mk
24