blob: 4e67a84f3ab37f807e95ae12697ecfad71d1d3e5 [file] [log] [blame]
# top level project rules for the apq8084 project
#
LOCAL_DIR := $(GET_LOCAL_DIR)
TARGET := apq8084
MODULES += app/aboot
DEBUG := 1
EMMC_BOOT := 1
ENABLE_SDHCI_SUPPORT := 1
ENABLE_UFS_SUPPORT := 1
#DEFINES += WITH_DEBUG_DCC=1
DEFINES += WITH_DEBUG_UART=1
#DEFINES += WITH_DEBUG_FBCON=1
DEFINES += DEVICE_TREE=1
#Disable thumb mode
ENABLE_THUMB := false
ifeq ($(EMMC_BOOT),1)
DEFINES += _EMMC_BOOT=1
endif
ifeq ($(ENABLE_SDHCI_SUPPORT),1)
DEFINES += MMC_SDHCI_SUPPORT=1
endif
ifeq ($(ENABLE_UFS_SUPPORT),1)
DEFINES += UFS_SUPPORT=1
endif