Mercurial > lcfOS
comparison cos/Makefile @ 27:7f74363f4c82
Added some files for the python port
author | windel |
---|---|
date | Tue, 27 Dec 2011 18:59:02 +0100 |
parents | dcce92b1efbc |
children |
comparison
equal
deleted
inserted
replaced
26:dcce92b1efbc | 27:7f74363f4c82 |
---|---|
13 -nostdinc \ | 13 -nostdinc \ |
14 -nostdlib \ | 14 -nostdlib \ |
15 -nostartfiles \ | 15 -nostartfiles \ |
16 -mno-red-zone \ | 16 -mno-red-zone \ |
17 -fno-builtin \ | 17 -fno-builtin \ |
18 -mcmodel=large | 18 -mcmodel=large \ |
19 -Ipython/Include | |
19 | 20 |
20 OBJECTS = \ | 21 OBJECTS = \ |
21 kernel/video.o \ | 22 kernel/video.o \ |
22 kernel/snprintf.o \ | 23 kernel/snprintf.o \ |
23 kernel/kernel.o \ | 24 kernel/kernel.o \ |