# SPDX-License-Identifier: GPL-2.0

# Copyright (c) 2018 MediaTek Inc.

cur_dir := $(shell dirname $(lastword $(MAKEFILE_LIST)))

#ccflags-y := -I$(cur_dir)/include
#ccflags-$(CONFIG_TARGET_MT5896) += -I$(cur_dir)/include/mt5896
ccflags-y += -I$(cur_dir)/include/mt5896

obj-$(CONFIG_MTK_AEE_SUPPORT) += \
	KEDump.o \
	ram_console.o \
	dump_joint.o \
	mboot_params.o \
	mrdump_setup.o \
	platform_debug.o

obj-$(CONFIG_MTK_AEE_PLATFORM_DEBUG_SUPPORT) += \
	dev/mt5896/aee_platform_debug.o \
	dev/mt5896/systracker.o
