source: gpfs_3.1_ker2.6.20/lpp/mmfs/src/gpl-linux/x86_64/Imakefile @ 16

Last change on this file since 16 was 16, checked in by rock, 16 years ago
File size: 720 bytes
Line 
1/* $Id: Imakefile,v 1.3 2006/08/15 23:05:41 rohit Exp $ */
2
3/* Only include portability and cxi headers in this layer */
4SetGplIncludePath()
5
6NormalObjectRule()
7
8#if (LINUX_KERNEL_VERSION >= 2061600)
9comma = ,
10name-fix = $(subst $(comma),_,$(subst -,_,$1))
11basename_flags = -D"KBUILD_BASENAME=KBUILD_STR($(call name-fix,$(*F)))"
12KCFLAGS += -D"KBUILD_STR(s)=\#s" $(basename_flags)
13#endif
14
15HEADERS =
16STD_INCLUDES += -I$(KERNEL_HEADER_DIR)/../arch/x86_64/mach-generic \
17                -I$(KERNEL_HEADER_DIR)/asm-x86_64/mach-default
18
19
20LINUX_CUSTOM = ss_x86_64.ko
21GPL_LIBS = libarch-gpl_cust.a
22
23kLibraryTarget(libarch-gpl_cust.a, $(LINUX_CUSTOM))
24InstallLibraries($(GPL_LIBS), $(GPL_LIB_DIR))
25
26TRACELIST =
27
28DependTargetPK()
Note: See TracBrowser for help on using the repository browser.