Home | History | Annotate | Download | only in block
      1 # SPDX-License-Identifier: GPL-2.0+
      2 #
      3 # (C) Copyright 2000-2007
      4 # Wolfgang Denk, DENX Software Engineering, wd (at] denx.de.
      5 
      6 obj-$(CONFIG_$(SPL_)BLK) += blk-uclass.o
      7 
      8 ifndef CONFIG_$(SPL_)BLK
      9 obj-y += blk_legacy.o
     10 endif
     11 
     12 obj-$(CONFIG_IDE) += ide.o
     13 obj-$(CONFIG_SANDBOX) += sandbox.o
     14 obj-$(CONFIG_$(SPL_)BLOCK_CACHE) += blkcache.o
     15