Commit e6b73b65 authored by Thomas Petazzoni's avatar Thomas Petazzoni
Browse files

grub/grub2: drop unnecessary dependency on uclibc

parent 399131e6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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