blob: 076a6d8e3b71e72268e6462dbdbe5ebcfc409f2a [file] [log] [blame]
# top level project rules for the mdm9635 project
#
LOCAL_DIR := $(GET_LOCAL_DIR)
TARGET := mdm9635
MODULES += app/aboot
DEBUG := 1
#DEFINES += WITH_DEBUG_DCC=1
DEFINES += WITH_DEBUG_UART=1
#DEFINES += WITH_DEBUG_FBCON=1
DEFINES += DEVICE_TREE=1
DEFINES += CONTIGUOUS_MEMORY=1
#disable Thumb mode for the codesourcery/arm-2011.03 toolchain
ENABLE_THUMB := false
#Override linker for mdm targets
LD := $(TOOLCHAIN_PREFIX)ld.bfd
ENABLE_USB30_SUPPORT := 1
ifeq ($(ENABLE_USB30_SUPPORT),1)
DEFINES += USB30_SUPPORT=1
endif