]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
Fixed missing make directives
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Fri, 20 Nov 2009 12:53:36 +0000 (13:53 +0100)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Fri, 20 Nov 2009 12:53:36 +0000 (13:53 +0100)
conf/i386-pc.rmk

index 382c45ca3d978a05562d6943a58fab9e11d8286d..4c2aec617127169782d1d1d35ff7ffd9ead515ba 100644 (file)
@@ -155,7 +155,7 @@ grub_emu_SOURCES = commands/minicmd.c commands/cat.c commands/cmp.c \
        \
        video/video.c video/fb/video_fb.c video/fb/fbblit.c             \
         video/fb/fbfill.c video/fb/fbutil.c commands/videotest.c        \
-       video/bitmap.c video/readers/tga.c video/readers/jpeg.c         \
+       video/bitmap.c video/bitmap_scale.c video/readers/tga.c video/readers/jpeg.c         \
        video/readers/png.c font/font_cmd.c font/font.c term/gfxterm.c  \
        io/bufio.c                                                      \
        \
@@ -175,6 +175,11 @@ grub_emu_SOURCES += disk/usbms.c util/usb.c bus/usb/usb.c  \
 grub_emu_LDFLAGS += $(LIBCURSES) $(LIBUSB)
 endif
 
+ifeq ($(enable_grub_emu_sdl), yes)
+grub_emu_SOURCES += util/sdl.c
+grub_emu_LDFLAGS += $(LIBSDL)
+endif
+
 sbin_SCRIPTS += grub-install
 grub_install_SOURCES = util/grub-install.in