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>
@@ -1,20 +1,3 @@
-GRUB_SUPPORTED_ARCH=n
-ifeq ($(ARCH),i386)
-GRUB_SUPPORTED_ARCH=y
-endif
-ifeq ($(ARCH),i486)
-ifeq ($(ARCH),i586)
-ifeq ($(ARCH),i686)
-ifeq ($(ARCH),x86_64)
-ifeq ($(GRUB_SUPPORTED_ARCH),y)
#############################################################
#
# grub
@@ -125,8 +108,6 @@ grub-clean:
grub-dirclean:
rm -rf $(GRUB_DIR)
-
# Toplevel Makefile options