#
# Copyright (c) [2020], MediaTek Inc. All rights reserved.
#
# This software/firmware and related documentation ("MediaTek Software") are
# protected under relevant copyright laws.
# The information contained herein is confidential and proprietary to
# MediaTek Inc. and/or its licensors.
# Except as otherwise provided in the applicable licensing terms with
# MediaTek Inc. and/or its licensors, any reproduction, modification, use or
# disclosure of MediaTek Software, and information contained herein, in whole
# or in part, shall be strictly prohibited.
#

UBOOTINCLUDE += -I$(srctree)/Mediatek-internal/drivers/include/ \
                -I$(srctree)/Mediatek-internal/drivers/include/chip \
                -I$(srctree)/Mediatek-internal/impl/system/include/ \
                -I$(srctree)/Mediatek-internal/impl/system/include/secure \
                -I$(srctree)/Mediatek-internal/impl/upgrade/include/ \
                -I$(srctree)/Mediatek-internal/impl/one_package/include/ \
                -I$(srctree)/Mediatek-internal/impl/partition/include/ \
                -I$(srctree)/Customization/$(CUSTOMER)/ecinfo/include/

obj-$(CONFIG_JPEG_DECODER) += jpd/
obj-y += gop/
obj-y += panel/
obj-y += raw/
obj-$(CONFIG_ROM_OVERLAY) += romtblo/
obj-y += system/
obj-y += dtbo/
obj-$(CONFIG_DATA_SEPARATION) += dataindex/
obj-y += upgrade/
obj-y += partition/
obj-$(CONFIG_MTK_PM) += pm/
obj-$(CONFIG_MTK_PMU) += pmu/
obj-$(CONFIG_REMOTEPROC_MTK_VAD_CORTEX_M4) += cm4/
obj-y += one_package/
obj-$(CONFIG_AB_SIDELOAD) += ab/
obj-$(CONFIG_UFS_MTK_DTV) += ufstest/
obj-$(CONFIG_SECOND_STANDBY) += standby/
obj-$(CONFIG_SECOND_STANDBY) += voc/
obj-y += standby_mode/
obj-$(CONFIG_ENABLE_DEMURA) += demura/
obj-$(CONFIG_LVGL_UPGRADE_BAR) += lvgl_v6.1/
obj-$(CONFIG_SOUND) += bootmusic/
