kern
diff Makefile @ 2:86781ef20689
added hardware scrolling, memset16 and temporary keyboard input for testing
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Sat, 04 Dec 2010 08:04:43 +0200 |
parents | ebe5e0e44a9d |
children | a9176938bce1 |
line diff
1.1 --- a/Makefile Thu Dec 02 08:45:41 2010 +0200 1.2 +++ b/Makefile Sat Dec 04 08:04:43 2010 +0200 1.3 @@ -3,7 +3,7 @@ 1.4 asmsrc = $(wildcard src/*.S) $(wildcard src/klibc/*.S) 1.5 1.6 # each source file will generate one object file 1.7 -obj = $(csrc:.c=.o) $(asmsrc:.S=.o) 1.8 +obj = $(asmsrc:.S=.o) $(csrc:.c=.o) 1.9 1.10 CC = gcc 1.11