blob: 63d61ac65a4ccb9c94e816183b23d62d98b53935 [file] [log] [blame]
Brian Swetlanddfdb4612009-01-01 11:44:36 -08001LOCAL_DIR := $(GET_LOCAL_DIR)
2
3ARCH := arm
4ARM_CPU := cortex-a8
5#arm1136j-s
6CPU := generic
7
Harry Yang953ff702009-12-03 21:49:00 -08008DEFINES += WITH_CPU_EARLY_INIT=1 WITH_CPU_WARM_BOOT=1 MEMBASE=0
Brian Swetlanddfdb4612009-01-01 11:44:36 -08009
10INCLUDES += -I$(LOCAL_DIR)/include
11
Dima Zavine35e75b2009-01-15 18:09:26 -080012DEVS += fbcon
13MODULES += dev/fbcon
14
Brian Swetlanddfdb4612009-01-01 11:44:36 -080015OBJS += \
16 $(LOCAL_DIR)/arch_init.o \
17 $(LOCAL_DIR)/platform.o \
18 $(LOCAL_DIR)/interrupts.o \
Dima Zavin86aafc22009-01-20 19:25:49 -080019 $(LOCAL_DIR)/gpio.o \
Chandan Uddaraju2943fd62010-06-21 10:56:39 -070020 $(LOCAL_DIR)/panel.o \
Shashank Mittal4f99a882010-02-01 13:58:50 -080021 $(LOCAL_DIR)/acpuclock.o
Brian Swetlanddfdb4612009-01-01 11:44:36 -080022
23LINKER_SCRIPT += $(BUILDDIR)/system-onesegment.ld
24
25include platform/msm_shared/rules.mk
26