#
# Copyright 2021 Sony Corporation
#

UBOOTINCLUDE +=  \
		-I$(srctree)/Customization/$(CUSTOMER)/include/ \
		-I$(srctree)/Mediatek-internal/impl/system/include/ \
		-I$(srctree)/Customization/$(CUSTOMER)/qhb/include/ \
		-I$(srctree)/Mediatek-internal/impl/standby_mode/ \
		-I$(srctree)/Mediatek-internal/impl/standby/ \
		-I$(srctree)/Mediatek-internal/include/

obj-y += src/qhb.o
obj-y += cmd/update_standby_mode.o
