u-boot/disk
Simon Glass fc614d2044 disk: Use Makefile to omit partition drivers
At present these files have an #ifdef covering the whole file. Move the
condition to the Makefile instead.

Add BLK to the condition since future patches will adjust things so that
HAVE_BLOCK_DEVICE is only for SPL, but the partition drivers are needed
in U-Boot proper too.

Signed-off-by: Simon Glass <sjg@chromium.org>
2022-09-16 11:05:00 -04:00
..
disk-uclass.c disk: honor CONFIG_SYS_64BIT_LBA 2022-07-02 14:19:09 +02:00
Kconfig disk: Correct help for TPL_PARTITIONS 2022-09-16 11:05:00 -04:00
Makefile disk: Use Makefile to omit partition drivers 2022-09-16 11:05:00 -04:00
part.c disk: part: add the device search failed log msg 2022-04-12 19:10:44 +02:00
part_amiga.c disk: Use Makefile to omit partition drivers 2022-09-16 11:05:00 -04:00
part_amiga.h SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
part_dos.c disk: Use Makefile to omit partition drivers 2022-09-16 11:05:00 -04:00
part_dos.h disk: dos: add code for creating MBR partition layout 2021-01-15 15:33:09 -05:00
part_efi.c disk: Use Makefile to omit partition drivers 2022-09-16 11:05:00 -04:00
part_iso.c disk: Use Makefile to omit partition drivers 2022-09-16 11:05:00 -04:00
part_iso.h SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
part_mac.c disk: Use Makefile to omit partition drivers 2022-09-16 11:05:00 -04:00
part_mac.h SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00