Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1# SPDX-License-Identifier: GPL-2.0
2
3ccflags-y := -I $(srctree)/drivers/scsi
4
5# 16-bit client drivers
6obj-$(CONFIG_PCMCIA_QLOGIC) += qlogic_cs.o
7obj-$(CONFIG_PCMCIA_FDOMAIN) += fdomain_cs.o
8obj-$(CONFIG_PCMCIA_AHA152X) += aha152x_cs.o
9obj-$(CONFIG_PCMCIA_NINJA_SCSI) += nsp_cs.o
10obj-$(CONFIG_PCMCIA_SYM53C500) += sym53c500_cs.o
11
12aha152x_cs-objs := aha152x_stub.o aha152x_core.o
13qlogic_cs-objs := qlogic_stub.o