#
# 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/panel/ \
                -I$(srctree)/Mediatek-internal/impl/gop/ \
                -I$(srctree)/Mediatek-internal/impl/jpd/ \
                -I$(srctree)/Mediatek-internal/impl/standby_mode/ \
                -I$(srctree)/Mediatek-internal/impl/pmu/ \
                -I$(srctree)/Mediatek-internal/impl/cm4/ \
                -I$(srctree)/Mediatek-internal/impl/partition/include/ \
                -I$(srctree)/Mediatek-internal/include/

obj-y += ./debug_impl.o
obj-y += ./flow.o
obj-y += ./cmdtable.o
obj-y += ./dts_parser.o
obj-y += ./utility.o
obj-y += ./iniparser.o
obj-y += ./iniutility.o
obj-y += ./system.o
obj-y += ./rpmb.o
obj-y += ./boot_impl.o
obj-$(CONFIG_MULTICORES_PLATFORM) += ./flow_thread.o
