]> Joshua Wise's Git repositories - netwatch.git/blobdiff - grubload/Makefile
SMRAM interface changes, and a few misc. header changes.
[netwatch.git] / grubload / Makefile
index e9fa1dfd07e74877623356a826c1254637088d24..f4f50e13a59a534d6923415d7434285acd461fea 100644 (file)
@@ -1,6 +1,6 @@
 OBJS=multiboot_c.o multiboot_asm.o realmode.o loader.o ../pci/pci-raw.o ../lib/minilib.o ../lib/console.o
 CC=gcc
-CFLAGS=-nostdlib -I../include -I. -fno-builtin -nostdinc
+CFLAGS=-nostdlib -I../include -I../include/raw -I. -fno-builtin -nostdinc
 
 all: multiboot
 
This page took 0.021774 seconds and 4 git commands to generate.