=== added file '.bzrignore' --- .bzrignore 1970-01-01 00:00:00 +0000 +++ .bzrignore 2010-09-21 17:58:53 +0000 @@ -0,0 +1,3 @@ +**/.deps-core +**/.dirstamp +Makefile.core.am === added file 'Makefile.core.def' --- Makefile.core.def 1970-01-01 00:00:00 +0000 +++ Makefile.core.def 2010-09-22 08:26:06 +0000 @@ -0,0 +1,8 @@ +AutoGen definitions Makefile.tpl; + +module = { + name = '915resolution'; + i386_pc = contrib/915resolution/915resolution.c; + cflags = -Wno-error; + enable = i386_pc; +}; === removed directory 'conf' === removed file 'conf/common.rmk' --- conf/common.rmk 2009-11-29 21:11:48 +0000 +++ conf/common.rmk 1970-01-01 00:00:00 +0000 @@ -1,2 +0,0 @@ -# -*- makefile -*- --include $(GRUB_CONTRIB)/915resolution/conf/$(target_cpu)-$(platform).mk === removed file 'conf/i386-pc.rmk' --- conf/i386-pc.rmk 2009-10-26 20:15:26 +0000 +++ conf/i386-pc.rmk 1970-01-01 00:00:00 +0000 @@ -1,6 +0,0 @@ -# -*- makefile -*- - -pkglib_MODULES += 915resolution.mod -915resolution_mod_SOURCES = $(GRUB_CONTRIB)/915resolution/915resolution.c -915resolution_mod_CFLAGS = $(COMMON_CFLAGS) -Wno-error -915resolution_mod_LDFLAGS = $(COMMON_LDFLAGS)