From 0a58eb2e3ac748bf613cb0270b22fe36f6c75bb6 Mon Sep 17 00:00:00 2001 From: Vladimir 'phcoder' Serbinenko Date: Tue, 4 May 2010 10:56:52 +0200 Subject: [PATCH] move fwstart.S to boot/ --- {kern => boot}/mips/yeeloong/fwstart.S | 0 conf/mips-yeeloong.rmk | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename {kern => boot}/mips/yeeloong/fwstart.S (100%) diff --git a/kern/mips/yeeloong/fwstart.S b/boot/mips/yeeloong/fwstart.S similarity index 100% rename from kern/mips/yeeloong/fwstart.S rename to boot/mips/yeeloong/fwstart.S diff --git a/conf/mips-yeeloong.rmk b/conf/mips-yeeloong.rmk index 233d8dae6..fbc23db7b 100644 --- a/conf/mips-yeeloong.rmk +++ b/conf/mips-yeeloong.rmk @@ -36,7 +36,7 @@ kernel_img_LDFLAGS = $(COMMON_LDFLAGS) -static-libgcc -lgcc \ kernel_img_FORMAT = binary pkglib_IMAGES += fwstart.img -fwstart_img_SOURCES = kern/$(target_cpu)/$(target_machine)/fwstart.S +fwstart_img_SOURCES = boot/$(target_cpu)/$(target_machine)/fwstart.S fwstart_img_CFLAGS = $(COMMON_CFLAGS) fwstart_img_ASFLAGS = $(COMMON_ASFLAGS) fwstart_img_LDFLAGS = $(COMMON_LDFLAGS) -static-libgcc -lgcc \