]> git.ipfire.org Git - people/ms/u-boot.git/blob - drivers/scsi/Makefile
cfi_flash: Remove assignments from if conditions
[people/ms/u-boot.git] / drivers / scsi / Makefile
1 #
2 # (C) Copyright 2000-2007
3 # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4 #
5 # SPDX-License-Identifier: GPL-2.0+
6 #
7
8 ifndef CONFIG_SPL_BUILD
9 obj-$(CONFIG_DM_SCSI) += scsi-uclass.o
10 obj-$(CONFIG_SCSI) += scsi.o
11 endif
12
13 ifdef CONFIG_SPL_BUILD
14 ifdef CONFIG_SPL_SATA_SUPPORT
15 obj-$(CONFIG_DM_SCSI) += scsi-uclass.o
16 obj-$(CONFIG_SCSI) += scsi.o
17 endif
18 endif
19
20 obj-$(CONFIG_SANDBOX) += sandbox_scsi.o