1# $FreeBSD$ 2 3# NetCommSw drivers 4contrib/ncsw/etc/error.c optional dpaa \ 5 no-depend compile-with "${DPAA_COMPILE_CMD}" 6contrib/ncsw/etc/list.c optional dpaa \ 7 no-depend compile-with "${DPAA_COMPILE_CMD}" 8contrib/ncsw/etc/memcpy.c optional dpaa \ 9 no-depend compile-with "${DPAA_COMPILE_CMD}" 10contrib/ncsw/etc/mm.c optional dpaa \ 11 no-depend compile-with "${DPAA_COMPILE_CMD}" 12contrib/ncsw/etc/ncsw_mem.c optional dpaa \ 13 no-depend compile-with "${DPAA_COMPILE_CMD}" 14contrib/ncsw/etc/sprint.c optional dpaa \ 15 no-depend compile-with "${DPAA_COMPILE_CMD}" 16contrib/ncsw/Peripherals/BM/bm.c optional dpaa \ 17 no-depend compile-with "${DPAA_COMPILE_CMD}" 18contrib/ncsw/Peripherals/BM/bman_low.c optional dpaa \ 19 no-depend compile-with "${DPAA_COMPILE_CMD}" 20contrib/ncsw/Peripherals/BM/bm_pool.c optional dpaa \ 21 no-depend compile-with "${DPAA_COMPILE_CMD}" 22contrib/ncsw/Peripherals/BM/bm_portal.c optional dpaa \ 23 no-depend compile-with "${DPAA_COMPILE_CMD}" 24contrib/ncsw/Peripherals/FM/Rtc/fm_rtc.c optional dpaa \ 25 no-depend compile-with "${DPAA_COMPILE_CMD}" 26contrib/ncsw/Peripherals/FM/Port/fm_port.c optional dpaa \ 27 no-depend compile-with "${DPAA_COMPILE_CMD}" 28contrib/ncsw/Peripherals/FM/Port/fm_port_im.c optional dpaa \ 29 no-depend compile-with "${DPAA_COMPILE_CMD}" 30contrib/ncsw/Peripherals/FM/Pcd/fm_cc.c optional dpaa \ 31 no-depend compile-with "${DPAA_COMPILE_CMD}" 32contrib/ncsw/Peripherals/FM/Pcd/fm_kg.c optional dpaa \ 33 no-depend compile-with "${DPAA_COMPILE_CMD}" 34contrib/ncsw/Peripherals/FM/Pcd/fm_manip.c optional dpaa \ 35 no-depend compile-with "${DPAA_COMPILE_CMD}" 36contrib/ncsw/Peripherals/FM/Pcd/fm_pcd.c optional dpaa \ 37 no-depend compile-with "${DPAA_COMPILE_CMD}" 38contrib/ncsw/Peripherals/FM/Pcd/fm_plcr.c optional dpaa \ 39 no-depend compile-with "${DPAA_COMPILE_CMD}" 40contrib/ncsw/Peripherals/FM/Pcd/fm_prs.c optional dpaa \ 41 no-depend compile-with "${DPAA_COMPILE_CMD}" 42contrib/ncsw/Peripherals/FM/MAC/dtsec.c optional dpaa \ 43 no-depend compile-with "${DPAA_COMPILE_CMD}" 44contrib/ncsw/Peripherals/FM/MAC/dtsec_mii_acc.c optional dpaa \ 45 no-depend compile-with "${DPAA_COMPILE_CMD}" 46contrib/ncsw/Peripherals/FM/MAC/fm_mac.c optional dpaa \ 47 no-depend compile-with "${DPAA_COMPILE_CMD}" 48contrib/ncsw/Peripherals/FM/MAC/tgec.c optional dpaa \ 49 no-depend compile-with "${DPAA_COMPILE_CMD}" 50contrib/ncsw/Peripherals/FM/MAC/tgec_mii_acc.c optional dpaa \ 51 no-depend compile-with "${DPAA_COMPILE_CMD}" 52contrib/ncsw/Peripherals/FM/HC/hc.c optional dpaa \ 53 no-depend compile-with "${DPAA_COMPILE_CMD}" 54contrib/ncsw/Peripherals/FM/fm_muram.c optional dpaa \ 55 no-depend compile-with "${DPAA_COMPILE_CMD}" 56contrib/ncsw/Peripherals/FM/fm_guest.c optional dpaa \ 57 no-depend compile-with "${DPAA_COMPILE_CMD}" 58contrib/ncsw/Peripherals/FM/fm.c optional dpaa \ 59 no-depend compile-with "${DPAA_COMPILE_CMD}" 60contrib/ncsw/Peripherals/QM/qm.c optional dpaa \ 61 no-depend compile-with "${DPAA_COMPILE_CMD}" 62contrib/ncsw/Peripherals/QM/qm_portal_fqr.c optional dpaa \ 63 no-depend compile-with "${DPAA_COMPILE_CMD}" 64contrib/ncsw/user/env/stdlib.c optional dpaa \ 65 no-depend compile-with "${DPAA_COMPILE_CMD}" 66contrib/ncsw/user/env/xx.c optional dpaa \ 67 no-depend compile-with "${DPAA_COMPILE_CMD}" 68contrib/ncsw/user/env/core.c optional dpaa \ 69 no-depend compile-with "${DPAA_COMPILE_CMD}" 70 71# FreeBSD Wrappers 72dev/dpaa/dpaa.c optional dpaa fdt \ 73 no-depend compile-with "${DPAA_COMPILE_CMD}" 74dev/dpaa/portals_common.c optional dpaa \ 75 no-depend compile-with "${DPAA_COMPILE_CMD}" 76dev/dpaa/bman_portals.c optional dpaa fdt \ 77 no-depend compile-with "${DPAA_COMPILE_CMD}" 78dev/dpaa/bman.c optional dpaa \ 79 no-depend compile-with "${DPAA_COMPILE_CMD}" 80dev/dpaa/bman_fdt.c optional dpaa fdt \ 81 no-depend compile-with "${DPAA_COMPILE_CMD}" 82dev/dpaa/qman_portals.c optional dpaa fdt \ 83 no-depend compile-with "${DPAA_COMPILE_CMD}" 84dev/dpaa/qman.c optional dpaa \ 85 no-depend compile-with "${DPAA_COMPILE_CMD}" 86dev/dpaa/qman_fdt.c optional dpaa fdt \ 87 no-depend compile-with "${DPAA_COMPILE_CMD}" 88dev/dpaa/fman.c optional dpaa fdt \ 89 no-depend compile-with "${DPAA_COMPILE_CMD}" 90dev/dpaa/fman_fdt.c optional dpaa fdt \ 91 no-depend compile-with "${DPAA_COMPILE_CMD}" 92dev/dpaa/if_dtsec.c optional dpaa \ 93 no-depend compile-with "${DPAA_COMPILE_CMD}" 94dev/dpaa/if_dtsec_im.c optional dpaa \ 95 no-depend compile-with "${DPAA_COMPILE_CMD}" 96dev/dpaa/if_dtsec_rm.c optional dpaa \ 97 no-depend compile-with "${DPAA_COMPILE_CMD}" 98dev/dpaa/if_dtsec_fdt.c optional dpaa \ 99 no-depend compile-with "${DPAA_COMPILE_CMD}" 100 101# Examples 102dev/dpaa/bman-example.c optional bman_example dpaa \ 103 no-depend compile-with "${DPAA_COMPILE_CMD}" 104dev/dpaa/qman-example.c optional qman_example dpaa \ 105 no-depend compile-with "${DPAA_COMPILE_CMD}" 106