# SPDX-License-Identifier: GPL-2.0
#
# Makefile for the kernel ATA device drivers.
#

ccflags-y += -I $(srctree)/drivers/ata
obj-$(CONFIG_AW_AHCI) += ahci_sunxi.o
