Remove emu libusb support.
It's disabled by default and has been broken for a long time. As nobody is interested in fixing and maintaining it, remove it.
This commit is contained in:
parent
9f95d12153
commit
9d25b0da9a
6 changed files with 1 additions and 294 deletions
|
@ -250,9 +250,6 @@ KERNEL_HEADER_FILES += $(top_srcdir)/include/grub/extcmd.h
|
|||
if COND_GRUB_EMU_SDL
|
||||
KERNEL_HEADER_FILES += $(top_srcdir)/include/grub/sdl.h
|
||||
endif
|
||||
if COND_GRUB_EMU_USB
|
||||
KERNEL_HEADER_FILES += $(top_srcdir)/include/grub/libusb.h
|
||||
endif
|
||||
if COND_GRUB_EMU_PCI
|
||||
KERNEL_HEADER_FILES += $(top_srcdir)/include/grub/libpciaccess.h
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue