1 file changed, 3 insertions(+), 3 deletions(-)
libkvm/Makefile | 6 +++---
This modifies libfdt makefile to now include from synced header directory.
Signed-off-by: Jerone Young <[EMAIL PROTECTED]>
diff --git a/libkvm/Makefile b/libkvm/Makefile
--- a/libkvm/Makefile
+++ b/libkvm/Makefile
@@ -10,7 +10,7 @@ CFLAGS += $(autodepend-flags) -g -fomit-
CFLAGS += $(autodepend-flags) -g -fomit-frame-pointer -Wall
CFLAGS += $(call cc-option, -fno-stack-protector, "")
CFLAGS += $(call cc-option, -fno-stack-protector-all, "")
-CFLAGS += -I $(KERNELDIR)/include
+CFLAGS += -I $(INCLUDES_DIR)
LDFLAGS += $(CFLAGS)
@@ -26,9 +26,9 @@ libkvm.a: libkvm.o $(libkvm-$(ARCH)-objs
install:
install -D libkvm.h $(DESTDIR)/$(PREFIX)/include/libkvm.h
- install -D $(KERNELDIR)/include/linux/kvm.h \
+ install -D $(INCLUDES_DIR)/linux/kvm.h \
$(DESTDIR)/$(PREFIX)/include/linux/kvm.h
- install -D $(KERNELDIR)/include/linux/kvm_para.h \
+ install -D $(INCLUDES_DIR)/linux/kvm_para.h \
$(DESTDIR)/$(PREFIX)/include/linux/kvm_para.h
install -D libkvm.a $(DESTDIR)/$(PREFIX)/$(LIBDIR)/libkvm.a
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
kvm-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/kvm-devel