]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android-sdk/arm-ds5-gator.git/blob - driver/mali_t6xx.mk
Merge branch 'master' into android
[android-sdk/arm-ds5-gator.git] / driver / mali_t6xx.mk
1 # Defines for Mali-T6xx driver
2 EXTRA_CFLAGS += -DMALI_USE_UMP=1 \
3                 -DMALI_LICENSE_IS_GPL=1 \
4                 -DMALI_BASE_TRACK_MEMLEAK=0 \
5                 -DMALI_DEBUG=0 \
6                 -DMALI_ERROR_INJECT_ON=0 \
7                 -DMALI_CUSTOMER_RELEASE=1 \
8                 -DMALI_UNIT_TEST=0 \
9                 -DMALI_BACKEND_KERNEL=1 \
10                 -DMALI_NO_MALI=0
12 KBASE_DIR = $(DDK_DIR)/kernel/drivers/gpu/arm/t6xx/kbase
13 OSK_DIR = $(DDK_DIR)/kernel/drivers/gpu/arm/t6xx/kbase/osk
14 UMP_DIR = $(DDK_DIR)/kernel/include/linux
16 # Include directories in the DDK
17 EXTRA_CFLAGS += -I$(DDK_DIR) \
18                 -I$(KBASE_DIR)/.. \
19                 -I$(OSK_DIR)/.. \
20                 -I$(UMP_DIR)/.. \
21                 -I$(DDK_DIR)/kernel/include \
22                 -I$(KBASE_DIR)/osk/src/linux/include \
23                 -I$(KBASE_DIR)/platform_dummy \
24                 -I$(KBASE_DIR)/src