#
# 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)/Customization/$(CUSTOMER)/ \
                -I$(srctree)/Customization/$(CUSTOMER)/bluetooth/include/ \
                -I$(srctree)/Customization/$(CUSTOMER)/console_lock/include/ \
                -I$(srctree)/Customization/$(CUSTOMER)/pnl_cust/include/ \
                -I$(srctree)/Customization/Meidatek/ecinfo/include/ \
                -I$(srctree)/Customization/Meidatek/ledinfo/include/ \
                -I$(srctree)/drivers/video/mtk-dtv/

obj-y += bootflow/
obj-y += dtbo/
obj-y += partition/
obj-y += bluetooth/
obj-y += ecinfo/
obj-y += ecinfo_debug/
obj-y += ledinfo/
ifeq ($(CONFIG_ENV_EXT4_INTERFACE),"usb")
obj-y += fsw_create_partition/
endif
obj-$(CONFIG_ENABLE_CUST_IC_UPDATE) += pnl_cust/
obj-$(CONFIG_SECOND_STANDBY) += standby/
obj-$(CONFIG_CONSOLE_LOCK) += console_lock/
