diff --git a/apps/Makefile b/apps/Makefile index 97536517..21a26efc 100644 --- a/apps/Makefile +++ b/apps/Makefile @@ -1,4 +1,4 @@ -C_source := tests.c echo.c netio.c jacobi.c laplace.c gfx_client.c gfx_generic.c paging.c +C_source := tests.c echo.c netio.c jacobi.c laplace.c gfx_client.c gfx_generic.c memory.c MODULE := apps include $(TOPDIR)/Makefile.inc diff --git a/apps/paging.c b/apps/memory.c similarity index 100% rename from apps/paging.c rename to apps/memory.c