59e0d9fe A |
1 | # searching ppc directory as a fallback to avoid unnecessary code duplication |
2 | .PATH: ${.CURDIR}/ppc/gen |
3 | |
4 | MDSRCS += \ |
5 | abs.s \ |
59e0d9fe A |
6 | fp.h \ |
7 | icacheinval.s \ |
8 | mcount.s \ |
9 | setjmperr.c |
10 | |
11 | SUPPRESSSRCS += memcpy.c memmove.c memset.c |