nps: poci/Makefile - in case of kernel 2.6 on x8664 we need kernel...
baggins
baggins at pld-linux.org
Sun Sep 18 01:16:40 CEST 2005
Author: baggins Date: Sat Sep 17 23:16:40 2005 GMT
Module: nps Tag: HEAD
---- Log message:
- in case of kernel 2.6 on x8664 we need kernel headers
---- Files affected:
nps/poci:
Makefile (1.8 -> 1.9)
---- Diffs:
================================================================
Index: nps/poci/Makefile
diff -u nps/poci/Makefile:1.8 nps/poci/Makefile:1.9
--- nps/poci/Makefile:1.8 Fri Sep 16 23:59:26 2005
+++ nps/poci/Makefile Sun Sep 18 01:16:35 2005
@@ -29,7 +29,7 @@
ifeq ($(KERNEL_VERSION),2.6)
ifeq ($(BUILD_ARCH),x86_64)
-CFLAGS += -DKERNEL_HAS_MCE=1
+CFLAGS += -DKERNEL_HAS_MCE=1 -I$(KERNEL_DIR)/include
POCI_LDFLAGS = -lpci
endif
endif
================================================================
---- CVS-web:
http://cvs.pld-linux.org/nps/poci/Makefile?r1=1.8&r2=1.9&f=u
More information about the pld-cvs-commit
mailing list