# SPDX-License-Identifier: GPL-2.0
ccflags-y := -I $(srctree)/$(src)

sprd-ion-y := \
	sprd_ion.o

obj-$(CONFIG_ION_SPRD) += sprd-ion.o
