Helps if I add it to the main makefile
authorJohn Hodge <tpg@prelude.(none)>
Sun, 7 Feb 2010 02:32:44 +0000 (10:32 +0800)
committerJohn Hodge <tpg@prelude.(none)>
Sun, 7 Feb 2010 02:32:44 +0000 (10:32 +0800)
Kernel/Makefile.BuildNum
Makefile

index 717df10..d5ebf2f 100644 (file)
@@ -1 +1 @@
-BUILD_NUM = 1430
+BUILD_NUM = 1431
index ae98e80..9023afe 100644 (file)
--- 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))

UCC git Repository :: git.ucc.asn.au