summaryrefslogtreecommitdiffstats
path: root/boot
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2010-03-14 18:42:05 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2010-06-12 13:38:42 +0200
commit399131e62b658f0ac94e557292f596ced4483409 (patch)
tree0e382813b5cf6935a02d59e1125f73754612a1af /boot
parent5aa5ccb9e459fff198cc8aacbe781e5c9f0fff8e (diff)
downloadbuildroot-novena-399131e62b658f0ac94e557292f596ced4483409.tar.gz
buildroot-novena-399131e62b658f0ac94e557292f596ced4483409.zip
grub2: remove GRUB2_ARCH_SUPPORTED
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'boot')
-rw-r--r--boot/grub2/grub2.mk19
1 files changed, 0 insertions, 19 deletions
diff --git a/boot/grub2/grub2.mk b/boot/grub2/grub2.mk
index 119397bb4..a298ae689 100644
--- a/boot/grub2/grub2.mk
+++ b/boot/grub2/grub2.mk
@@ -1,20 +1,3 @@
-GRUB2_SUPPORTED_ARCH=n
-ifeq ($(ARCH),i386)
-GRUB2_SUPPORTED_ARCH=y
-endif
-ifeq ($(ARCH),i486)
-GRUB2_SUPPORTED_ARCH=y
-endif
-ifeq ($(ARCH),i586)
-GRUB2_SUPPORTED_ARCH=y
-endif
-ifeq ($(ARCH),i686)
-GRUB2_SUPPORTED_ARCH=y
-endif
-ifeq ($(ARCH),x86_64)
-GRUB2_SUPPORTED_ARCH=y
-endif
-ifeq ($(GRUB2_SUPPORTED_ARCH),y)
#############################################################
#
# grub2
@@ -122,8 +105,6 @@ grub2-clean:
grub2-dirclean:
rm -rf $(GRUB2_DIR)
-endif
-
#############################################################
#
# Toplevel Makefile options