diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-03-15 23:48:48 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-06-12 13:38:43 +0200 |
commit | bff56ab5484ac4d0ad593a20590cf570637f3f0c (patch) | |
tree | f77bbbac4bd34721ceaef4cd4f7567ace4583827 /boot/grub2/grub2.mk | |
parent | e6b73b6548ffbed78b9979fe3b4f6f8848289749 (diff) |
grub/grub2: update splash image location
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'boot/grub2/grub2.mk')
-rw-r--r-- | boot/grub2/grub2.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/grub2/grub2.mk b/boot/grub2/grub2.mk index 06e15240a..24f1e1a27 100644 --- a/boot/grub2/grub2.mk +++ b/boot/grub2/grub2.mk @@ -11,7 +11,7 @@ GRUB2_CAT:=$(ZCAT) GRUB2_DIR:=$(BUILD_DIR)/grub-1.95 GRUB2_BINARY:=grub2/grub2 GRUB2_TARGET_BINARY:=sbin/grub2 -GRUB2_SPLASHIMAGE=$(TOPDIR)/target/x86/grub/splash.xpm.gz +GRUB2_SPLASHIMAGE=$(TOPDIR)/boot/grub/splash.xpm.gz GRUB2_CFLAGS=-DSUPPORT_LOOPDEV |