diff 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
line wrap: on
line diff
--- a/cos/Makefile	Tue Dec 27 17:36:52 2011 +0100
+++ b/cos/Makefile	Tue Dec 27 18:59:02 2011 +0100
@@ -15,7 +15,8 @@
 			-nostartfiles \
 			-mno-red-zone \
 			-fno-builtin \
-			-mcmodel=large
+			-mcmodel=large \
+			-Ipython/Include
 
 OBJECTS = \
 	kernel/video.o \