mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
grub: remove GRUB_SUPPORTED_ARCH
grub can already only be selected for x86 and x86_64. No need to check again for this in grub.mk. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
@@ -1,20 +1,3 @@
|
||||
GRUB_SUPPORTED_ARCH=n
|
||||
ifeq ($(ARCH),i386)
|
||||
GRUB_SUPPORTED_ARCH=y
|
||||
endif
|
||||
ifeq ($(ARCH),i486)
|
||||
GRUB_SUPPORTED_ARCH=y
|
||||
endif
|
||||
ifeq ($(ARCH),i586)
|
||||
GRUB_SUPPORTED_ARCH=y
|
||||
endif
|
||||
ifeq ($(ARCH),i686)
|
||||
GRUB_SUPPORTED_ARCH=y
|
||||
endif
|
||||
ifeq ($(ARCH),x86_64)
|
||||
GRUB_SUPPORTED_ARCH=y
|
||||
endif
|
||||
ifeq ($(GRUB_SUPPORTED_ARCH),y)
|
||||
#############################################################
|
||||
#
|
||||
# grub
|
||||
@@ -125,8 +108,6 @@ grub-clean:
|
||||
grub-dirclean:
|
||||
rm -rf $(GRUB_DIR)
|
||||
|
||||
endif
|
||||
|
||||
#############################################################
|
||||
#
|
||||
# Toplevel Makefile options
|
||||
|
||||
Reference in New Issue
Block a user