#
# Copyright 2024 Sony Corporation
#

UBOOTINCLUDE += -I$(srctree)/Customization/$(CUSTOMER)/include/ \
		-I$(srctree)/Customization/$(CUSTOMER)/rtos_switch/include/ \
		-I$(srctree)/Customization/$(CUSTOMER)/autodet/include/ \
		-I$(srctree)/Customization/$(CUSTOMER)/dtbo/include/

ifeq ($(TARGET_BUILD_VARIANT),userdebug)
obj-y += src/rtos_switch.o
else
obj-y += src/rtos_switch_dummy.o
endif

