blob: 02676ef81162be4edef3bff7df0bb6e986fe3d4b [file] [log] [blame]
Deepa Dinamani7dc3d4b2013-02-08 16:40:38 -08001# top level project rules for the msm8610 project
2#
3LOCAL_DIR := $(GET_LOCAL_DIR)
4
5TARGET := msm8610
6
7MODULES += app/aboot
8
9DEBUG := 1
Channagoud Kadabie92cdb02013-05-09 16:06:30 -070010ENABLE_SDHCI_SUPPORT := 1
Deepa Dinamani7dc3d4b2013-02-08 16:40:38 -080011
12#DEFINES += WITH_DEBUG_DCC=1
13DEFINES += WITH_DEBUG_UART=1
14#DEFINES += WITH_DEBUG_FBCON=1
15DEFINES += DEVICE_TREE=1
16#DEFINES += MMC_BOOT_BAM=1
17#DEFINES += CRYPTO_BAM=1
Deepa Dinamani50ac9302013-06-26 15:22:47 -070018
19#Disable thumb mode
20#TODO: The gold linker has issues generating correct
21#thumb interworking code for LK. Confirm that the issue
22#is with the linker and file a bug report.
23ENABLE_THUMB := false
Channagoud Kadabie92cdb02013-05-09 16:06:30 -070024
25ifeq ($(ENABLE_SDHCI_SUPPORT),1)
26DEFINES += MMC_SDHCI_SUPPORT=1
27endif