# SPDX-License-Identifier: GPL-2.0

# Enable warnings by default
#subdir-ccflags-y += -Werror

# Enable dynamic debug for modules
subdir-ccflags-y += -DDYNAMIC_DEBUG_MODULE=1

ROOT_PATH = $(src)

subdir-ccflags-y += -I $(ROOT_PATH)/include
subdir-ccflags-y += -I $(ROOT_PATH)/include/uapi

obj-$(CONFIG_DRM_PHYTIUM) += phytium/
