You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
236 B
10 lines
236 B
7 months ago
|
# SPDX-License-Identifier: GPL-2.0
|
||
|
# UFSHCD makefile
|
||
|
ccflags-y += -I$(srctree)/drivers/scsi/ufs
|
||
|
ifeq ($(CONFIG_SOCT_DRV_BUILD_KO),y)
|
||
|
obj-m += ufs.o
|
||
|
else
|
||
|
obj-$(CONFIG_SCSI_UFS_SOCT_HC) += ufs.o
|
||
|
endif
|
||
|
ufs-objs := reserved13.o ufs_reg.o
|