From 4bed9bad35b8a4754652f6b2379b093dd1114188 Mon Sep 17 00:00:00 2001 From: John Hodge Date: Sun, 7 Feb 2010 10:32:44 +0800 Subject: [PATCH] Helps if I add it to the main makefile --- Kernel/Makefile.BuildNum | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Kernel/Makefile.BuildNum b/Kernel/Makefile.BuildNum index 717df107..d5ebf2f6 100644 --- a/Kernel/Makefile.BuildNum +++ b/Kernel/Makefile.BuildNum @@ -1 +1 @@ -BUILD_NUM = 1430 +BUILD_NUM = 1431 diff --git a/Makefile b/Makefile index ae98e80b..9023afec 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ SUBMAKE = $(MAKE) --no-print-directory MODULES += $(DYNMODS) -USRLIBS = crt0.o ld-acess.so libacess.so libgcc.so libc.so +USRLIBS = crt0.o acess.ld ld-acess.so libacess.so libgcc.so libc.so USRAPPS = init login CLIShell cat ls mount ifconfig ALL_MODULES = $(addprefix all-,$(MODULES)) -- 2.20.1