Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@xxxxxxxxxxxx> --- common/Makefile | 1 - drivers/base/Makefile | 1 + common/mem.c => drivers/base/resource.c | 0 3 files changed, 1 insertions(+), 1 deletions(-) rename common/mem.c => drivers/base/resource.c (100%) diff --git a/common/Makefile b/common/Makefile index 27aebae..9fed2ae 100644 --- a/common/Makefile +++ b/common/Makefile @@ -9,7 +9,6 @@ obj-$(CONFIG_POLLER) += poller.o obj-$(CONFIG_BLOCK) += block.o obj-y += memory.o -obj-y += mem.o obj-$(CONFIG_MALLOC_DLMALLOC) += dlmalloc.o obj-$(CONFIG_MALLOC_DUMMY) += dummy_malloc.o obj-y += clock.o diff --git a/drivers/base/Makefile b/drivers/base/Makefile index 2d94723..957ca5a 100644 --- a/drivers/base/Makefile +++ b/drivers/base/Makefile @@ -1,2 +1,3 @@ obj-y += driver.o obj-y += platform.o +obj-y += resource.o diff --git a/common/mem.c b/drivers/base/resource.c similarity index 100% rename from common/mem.c rename to drivers/base/resource.c -- 1.7.5.4 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox