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

Last change on this file since 16 was 16, checked in by rock, 16 years ago
File size: 422 bytes
Line 
1/* $Id: Imakefile,v 1.5 2005/07/27 01:45:58 tee Exp $ */
2
3/* Only include portability and cxi headers in this layer */
4SetGplIncludePath()
5
6NormalObjectRule()
7
8HEADERS =
9
10LINUX_CUSTOM = cfiles_PPC.ko
11
12GPL_LIBS = libarch-gpl_cust.a
13
14STD_KINCLUDES += -I$(KERNEL_HEADER_DIR)/../arch/ppc
15
16kLibraryTarget(libarch-gpl_cust.a, $(LINUX_CUSTOM))
17InstallLibraries($(GPL_LIBS), $(GPL_LIB_DIR))
18
19TRACELIST = ss_ppc.c
20
21DependTargetK()
Note: See TracBrowser for help on using the repository browser.