initial checkin of new hdw-linux development cvs repository
[hdw-linux/hdw-linux.git] / packages / ia32 / bootdisk / rules_make.patch
1 --- ./Rules.mak.orig    2004-07-10 04:03:10.000000000 +0200
2 +++ ./Rules.mak 2004-07-10 04:04:27.000000000 +0200
3 @@ -81,7 +81,7 @@
4  #GCCINCDIR:=$(shell gcc -print-search-dirs | sed -ne "s/install: \(.*\)/\1include/gp")
5  
6  WARNINGS=-Wall -Wstrict-prototypes -Wshadow
7 -CFLAGS=-I$(TOPDIR)include
8 +CFLAGS=-I$(TOPDIR)include -I$(TOPDIR)kernel-headers
9  ARFLAGS=-r
10  
11  #--------------------------------------------------------