]> Git Repo - u-boot.git/blame - drivers/block/Makefile
Merge git://git.denx.de/u-boot-imx
[u-boot.git] / drivers / block / Makefile
CommitLineData
83d290c5 1# SPDX-License-Identifier: GPL-2.0+
33daf5b7
JCPV
2#
3# (C) Copyright 2000-2007
4# Wolfgang Denk, DENX Software Engineering, [email protected].
33daf5b7 5
c4d660d4 6obj-$(CONFIG_$(SPL_)BLK) += blk-uclass.o
09d71aac 7
c4d660d4 8ifndef CONFIG_$(SPL_)BLK
6eef6eac
SG
9obj-y += blk_legacy.o
10endif
11
fc843a02 12obj-$(CONFIG_IDE) += ide.o
0fcd48fe 13obj-$(CONFIG_SANDBOX) += sandbox.o
6fef62cc 14obj-$(CONFIG_$(SPL_)BLOCK_CACHE) += blkcache.o
This page took 0.268337 seconds and 4 git commands to generate.