summaryrefslogtreecommitdiffstats
path: root/rules/grub.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2008-02-12 08:50:21 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2008-02-12 08:50:21 +0000
commit103b9a2e0f184f754e8e2173809b5a24f40a70a4 (patch)
tree3768a5b6e2918663c91f978257b1d7dc6c1202c6 /rules/grub.make
parent85e1f724982a211c9c4ad71c27625c3f4e18905e (diff)
downloadptxdist-103b9a2e0f184f754e8e2173809b5a24f40a70a4.tar.gz
ptxdist-103b9a2e0f184f754e8e2173809b5a24f40a70a4.tar.xz
* ptxdist: add platformconfig
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7745 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/grub.make')
-rw-r--r--rules/grub.make7
1 files changed, 4 insertions, 3 deletions
diff --git a/rules/grub.make b/rules/grub.make
index 7523d61f6..a590d34ee 100644
--- a/rules/grub.make
+++ b/rules/grub.make
@@ -2,7 +2,7 @@
# $Id$
#
# Copyright (C) 2002 by Pengutronix e.K., Hildesheim, Germany
-# See CREDITS for details about who has contributed to this project.
+# See CREDITS for details about who has contributed to this project.
#
# For further information about the PTXdist project and license conditions
# see the README file.
@@ -11,10 +11,12 @@
#
# We provide this package
#
+ifdef PTXCONF_ARCH_X86
PACKAGES-$(PTXCONF_GRUB) += grub
+endif
#
-# Paths and names
+# Paths and names
#
GRUB_VERSION = 0.97
GRUB = grub-$(GRUB_VERSION)
@@ -423,7 +425,6 @@ else
GRUB_AUTOCONF += --disable-auto-linux-mem-opt
endif
-
$(STATEDIR)/grub.prepare: $(grub_prepare_deps_default)
@$(call targetinfo, $@)
@$(call clean, $(GRUB_DIR)/config.cache)