]> Git Repo - u-boot.git/blame - disk/Makefile
Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sh
[u-boot.git] / disk / Makefile
CommitLineData
83d290c5 1# SPDX-License-Identifier: GPL-2.0+
31f60b6e 2#
f9328639 3# (C) Copyright 2000-2006
31f60b6e 4# Wolfgang Denk, DENX Software Engineering, [email protected].
31f60b6e 5
6825a95b 6#ccflags-y += -DET_DEBUG -DDEBUG
31f60b6e 7
5c10c8ba
SG
8obj-$(CONFIG_$(PHASE_)PARTITIONS) += part.o
9ifdef CONFIG_$(PHASE_)BLK
10obj-$(CONFIG_$(PHASE_)PARTITIONS) += disk-uclass.o
43855fdb 11endif
fc614d20 12
7f8967c2 13# Must have BLK or SPL_LEGACY_BLOCK to support partitions
5c10c8ba
SG
14ifneq ($(CONFIG_$(PHASE_)BLK),$(CONFIG_SPL_LEGACY_BLOCK),)
15obj-$(CONFIG_$(PHASE_)MAC_PARTITION) += part_mac.o
16obj-$(CONFIG_$(PHASE_)DOS_PARTITION) += part_dos.o
17obj-$(CONFIG_$(PHASE_)ISO_PARTITION) += part_iso.o
18obj-$(CONFIG_$(PHASE_)AMIGA_PARTITION) += part_amiga.o
19obj-$(CONFIG_$(PHASE_)EFI_PARTITION) += part_efi.o
fc614d20 20endif
This page took 0.348052 seconds and 4 git commands to generate.