nps: poci/Makefile - use arch-specific asm include directory for i...

jajcus jajcus at pld-linux.org
Mon Apr 10 14:14:23 CEST 2006


Author: jajcus                       Date: Mon Apr 10 12:14:23 2006 GMT
Module: nps                           Tag: HEAD
---- Log message:
- use arch-specific asm include directory for including kernel headers

---- Files affected:
nps/poci:
   Makefile (1.12 -> 1.13) 

---- Diffs:

================================================================
Index: nps/poci/Makefile
diff -u nps/poci/Makefile:1.12 nps/poci/Makefile:1.13
--- nps/poci/Makefile:1.12	Sun Sep 25 21:53:03 2005
+++ nps/poci/Makefile	Mon Apr 10 14:14:17 2006
@@ -27,7 +27,7 @@
 ifeq ($(FILE_EXISTS),0)
 MCE_PATH = /usr/include/asm/mce.h
 else
-MCE_PATH = $(KERNEL_DIR)/include/asm/mce.h
+MCE_PATH = $(KERNEL_DIR)/include/asm-$(BUILD_ARCH)/mce.h
 endif
 
 CC = gcc
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/nps/poci/Makefile?r1=1.12&r2=1.13&f=u



More information about the pld-cvs-commit mailing list