Home
last modified time | relevance | path

Searched +full:ainc +full:- (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/iio/adc/
H A Dadi,ad7380.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Michael Hennerich <Michael.Hennerich@analog.com>
11 - Nuno Sá <nuno.sa@analog.com>
21 * https://www.analog.com/en/products/ad7380-4.html
22 * https://www.analog.com/en/products/ad7381-4.html
23 * https://www.analog.com/en/products/ad7383-4.html
24 * https://www.analog.com/en/products/ad7384-4.html
25 * https://www.analog.com/en/products/ad7386-4.html
[all …]
/freebsd/contrib/bmake/mk/
H A Ddep.mk23 # explicit dependencies help short-circuit .SUFFIX searches
37 MKDEP_CMD?= /usr/local/share/bin/mkdeps.sh -N
71 @rm -f .depend
74 set -x; for f in $$files; do ${_MKDEP} -a ${MKDEPFLAGS} \
75 ${CFLAGS:M-[ID]*} ${CPPFLAGS} ${AINC} $$f; done
77 set -x; for f in $$files; do ${_MKDEP} -a ${MKDEPFLAGS} \
78 ${CFLAGS:M-[I
[all...]
H A Dlib.mk23 print-shlib-$x:
44 # Originally derrived from NetBSD-1.6
46 # Set PICFLAGS to cc flags for producing position-independent code,
47 # if not already set. Includes -DPIC, if required.
49 # Data-driven table using make variables to control how shared libraries
53 # via -soname. Usually ${SHLIB_MAJOR} on ELF.
57 # with ELF, also set shared-lib version for ld.so.
58 # SHLIB_LDSTARTFILE: support .o file, call C++ file-level constructors
59 # SHLIB_LDENDFILE: support .o file, call C++ file-leve
[all...]
H A Dautodep.mk1 # SPDX-License-Identifier: BSD-2-Clause
6 # @(#) Copyright (c) 1999-2024, Simon J. Gerraty
15 # Please send copies of changes and bug-fixes to:
30 .-include <$d>
68 # set this to -MMD to ignore /usr/include
70 CFLAGS_MD ?= -MD
71 # -M
[all...]