]> Git Repo - J-u-boot.git/blame - drivers/scsi/Makefile
Merge tag 'u-boot-imx-master-20250127' of https://gitlab.denx.de/u-boot/custodians...
[J-u-boot.git] / drivers / scsi / Makefile
CommitLineData
83d290c5 1# SPDX-License-Identifier: GPL-2.0+
0fcd48fe
SG
2#
3# (C) Copyright 2000-2007
4# Wolfgang Denk, DENX Software Engineering, [email protected].
0fcd48fe 5
371dc068 6ifndef CONFIG_XPL_BUILD
b630f8b3 7obj-$(CONFIG_SCSI) += scsi.o scsi-uclass.o
8f090b67 8ifdef CONFIG_SCSI
5c10c8ba 9obj-$(CONFIG_$(PHASE_)BOOTSTD) += scsi_bootdev.o
b630f8b3
TR
10obj-$(CONFIG_SANDBOX) += sandbox_scsi.o
11obj-$(CONFIG_SANDBOX) += scsi_emul.o
8f090b67
SG
12endif
13endif
14
371dc068 15ifdef CONFIG_XPL_BUILD
f7560376 16ifdef CONFIG_SPL_SATA
b630f8b3 17obj-$(CONFIG_SCSI) += scsi.o scsi-uclass.o
0fcd48fe
SG
18endif
19endif
This page took 0.295799 seconds and 4 git commands to generate.