kern
diff Makefile @ 41:928b0ebfff4d
merged the timer/rtc/etc from the misc branch
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Tue, 14 Jun 2011 01:19:07 +0300 |
parents | e6f75f91e606 |
children | e49fdda97607 |
line diff
1.1 --- a/Makefile Sat May 28 08:06:47 2011 +0300 1.2 +++ b/Makefile Tue Jun 14 01:19:07 2011 +0300 1.3 @@ -23,6 +23,9 @@ 1.4 $(bin): $(obj) 1.5 ld -melf_i386 -o $@ -Ttext 0x100000 -e kentry $(obj) -Map link.map 1.6 1.7 +%.s: %.c 1.8 + $(CC) $(CFLAGS) -S -o $@ $< 1.9 + 1.10 -include $(dep) 1.11 1.12 %.d: %.c