blob: 6896d27386294252f0409bc00385aad4c8e86f54 [file] [log] [blame]
# top level project rules for the msm8226 project
#
LOCAL_DIR := $(GET_LOCAL_DIR)
TARGET := msm8226
MODULES += app/aboot
DEBUG := 1
ENABLE_SDHCI_SUPPORT := 1
#DEFINES += WITH_DEBUG_DCC=1
DEFINES += WITH_DEBUG_UART=1
DEFINES += WITH_DEBUG_LOG_BUF=1
#DEFINES += WITH_DEBUG_FBCON=1
DEFINES += DEVICE_TREE=1
#DEFINES += MMC_BOOT_BAM=1
DEFINES += CRYPTO_BAM=1
ifeq ($(ENABLE_SDHCI_SUPPORT),1)
DEFINES += MMC_SDHCI_SUPPORT=1
endif