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/grub/grub.mk | |
parent | e6b73b6548ffbed78b9979fe3b4f6f8848289749 (diff) |
grub/grub2: update splash image location
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'boot/grub/grub.mk')
-rw-r--r-- | boot/grub/grub.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/grub/grub.mk b/boot/grub/grub.mk index 74ea77fb0..3805afec6 100644 --- a/boot/grub/grub.mk +++ b/boot/grub/grub.mk @@ -11,7 +11,7 @@ GRUB_CAT:=$(ZCAT) GRUB_DIR:=$(BUILD_DIR)/grub-0.97 GRUB_BINARY:=grub/grub GRUB_TARGET_BINARY:=sbin/grub -GRUB_SPLASHIMAGE=$(TOPDIR)/target/x86/grub/splash.xpm.gz +GRUB_SPLASHIMAGE=$(TOPDIR)/boot/grub/splash.xpm.gz GRUB_CFLAGS=-DSUPPORT_LOOPDEV |