mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
grub/grub2: drop unnecessary dependency on uclibc
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
@@ -96,7 +96,7 @@ ifeq ($(BR2_TARGET_GRUB_SPLASH),y)
|
||||
endif
|
||||
touch $@
|
||||
|
||||
grub: uclibc $(GRUB_DIR)/.installed
|
||||
grub: $(GRUB_DIR)/.installed
|
||||
|
||||
grub-clean:
|
||||
$(MAKE) DESTDIR=$(TARGET_DIR) CC=$(TARGET_CC) -C $(GRUB_DIR) uninstall
|
||||
|
||||
@@ -93,7 +93,7 @@ ifeq ($(BR2_TARGET_GRUB2_SPLASH),y)
|
||||
endif
|
||||
touch $@
|
||||
|
||||
grub2: uclibc $(GRUB2_DIR)/.installed
|
||||
grub2: $(GRUB2_DIR)/.installed
|
||||
|
||||
grub2-clean:
|
||||
$(MAKE) DESTDIR=$(TARGET_DIR) CC=$(TARGET_CC) -C $(GRUB2_DIR) uninstall
|
||||
|
||||
Reference in New Issue
Block a user