Rev | Line | |
---|
[16] | 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 */ |
---|
| 4 | SetGplIncludePath() |
---|
| 5 | |
---|
| 6 | NormalObjectRule() |
---|
| 7 | |
---|
| 8 | HEADERS = |
---|
| 9 | |
---|
| 10 | LINUX_CUSTOM = cfiles_PPC.ko |
---|
| 11 | |
---|
| 12 | GPL_LIBS = libarch-gpl_cust.a |
---|
| 13 | |
---|
| 14 | STD_KINCLUDES += -I$(KERNEL_HEADER_DIR)/../arch/ppc |
---|
| 15 | |
---|
| 16 | kLibraryTarget(libarch-gpl_cust.a, $(LINUX_CUSTOM)) |
---|
| 17 | InstallLibraries($(GPL_LIBS), $(GPL_LIB_DIR)) |
---|
| 18 | |
---|
| 19 | TRACELIST = ss_ppc.c |
---|
| 20 | |
---|
| 21 | DependTargetK() |
---|
Note: See
TracBrowser
for help on using the repository browser.