]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
Fix yeeloong compilation
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Wed, 10 Feb 2010 00:49:47 +0000 (01:49 +0100)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Wed, 10 Feb 2010 00:49:47 +0000 (01:49 +0100)
conf/mips-yeeloong.rmk

index 8b6c0426a33ebf657d136536a2efb3083b0f3621..0d57a2884a14afb987732b1125e0be26c1f3a0b4 100644 (file)
@@ -3,6 +3,8 @@ LINK_BASE = 0x80200000
 target_machine=yeeloong
 COMMON_CFLAGS += -march=mips3
 COMMON_ASFLAGS += -march=mips3
+
+kernel_img_HEADERS += pci.h
 include $(srcdir)/conf/mips.mk
 
 pkglib_IMAGES = kernel.img
@@ -24,7 +26,6 @@ kernel_img_SOURCES = kern/$(target_cpu)/startup.S \
        video/bitmap_scale.c video/sm712.c bus/pci.c bus/bonito.c \
        term/gfxterm.c commands/extcmd.c lib/arg.c \
        symlist.c
-kernel_img_HEADERS += pci.h
 kernel_img_CFLAGS = $(COMMON_CFLAGS) -DUSE_ASCII_FAILBACK
 kernel_img_ASFLAGS = $(COMMON_ASFLAGS)
 kernel_img_LDFLAGS = $(COMMON_LDFLAGS) -static-libgcc -lgcc \
@@ -64,4 +65,3 @@ datetime_mod_LDFLAGS = $(COMMON_LDFLAGS)
 
 sbin_SCRIPTS += grub-install
 grub_install_SOURCES = util/grub-install.in
-