
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagnioj@jcrosoft.com --- drivers/Makefile | 1 - drivers/block/Makefile | 2 +- drivers/{ => block}/systemace.c | 0 3 files changed, 1 insertions(+), 2 deletions(-) rename drivers/{ => block}/systemace.c (100%)
diff --git a/drivers/Makefile b/drivers/Makefile index 0e6f180..3e21f06 100755 --- a/drivers/Makefile +++ b/drivers/Makefile @@ -36,7 +36,6 @@ COBJS-y += cfi_flash.o COBJS-y += dataflash.o COBJS-y += sil680.o COBJS-y += sym53c8xx.o -COBJS-y += systemace.o
# # Console Drivers diff --git a/drivers/block/Makefile b/drivers/block/Makefile index 254908a..d2e4f41 100644 --- a/drivers/block/Makefile +++ b/drivers/block/Makefile @@ -25,7 +25,7 @@ include $(TOPDIR)/config.mk
LIB := $(obj)libblock.a
-COBJS-y += +COBJS-y += systemace.o
COBJS := $(COBJS-y) SRCS := $(COBJS:.o=.c) diff --git a/drivers/systemace.c b/drivers/block/systemace.c similarity index 100% rename from drivers/systemace.c rename to drivers/block/systemace.c