Makefile 326 B

1234567891011121314
  1. # SPDX-License-Identifier: GPL-2.0+
  2. #
  3. # (C) Copyright 2000-2007
  4. # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
  5. obj-$(CONFIG_$(SPL_)BLK) += blk-uclass.o
  6. ifndef CONFIG_$(SPL_)BLK
  7. obj-y += blk_legacy.o
  8. endif
  9. obj-$(CONFIG_IDE) += ide.o
  10. obj-$(CONFIG_SANDBOX) += sandbox.o
  11. obj-$(CONFIG_$(SPL_)BLOCK_CACHE) += blkcache.o