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