]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
untracked rmk file added
authorphcoder <phcoder@debian.bg45.phnet>
Sat, 24 Oct 2009 08:45:54 +0000 (10:45 +0200)
committerphcoder <phcoder@debian.bg45.phnet>
Sat, 24 Oct 2009 08:45:54 +0000 (10:45 +0200)
conf/mips-yeeloong.rmk [new file with mode: 0644]

diff --git a/conf/mips-yeeloong.rmk b/conf/mips-yeeloong.rmk
new file mode 100644 (file)
index 0000000..95ec265
--- /dev/null
@@ -0,0 +1,18 @@
+# -*- makefile -*-
+LINK_BASE = 0x80200000
+target_machine=yeeloong
+COMMON_CFLAGS += -march=mips3
+COMMON_ASFLAGS += -march=mips3
+include $(srcdir)/conf/mips.mk
+
+# For pci.mod.
+pkglib_MODULES += pci.mod
+pci_mod_SOURCES = bus/pci.c bus/bonito.c
+pci_mod_CFLAGS = $(COMMON_CFLAGS)
+pci_mod_LDFLAGS = $(COMMON_LDFLAGS)
+
+# For pci.mod.
+pkglib_MODULES += sm712.mod
+sm712_mod_SOURCES = video/sm712.c 
+sm712_mod_CFLAGS = $(COMMON_CFLAGS)
+sm712_mod_LDFLAGS = $(COMMON_LDFLAGS)