Searched +full:ainc +full:- (Results 1 – 4 of 4) sorted by relevance
1 # 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.html22 * https://www.analog.com/en/products/ad7381-4.html23 * https://www.analog.com/en/products/ad7383-4.html24 * https://www.analog.com/en/products/ad7384-4.html25 * https://www.analog.com/en/products/ad7386-4.html[all …]
23 # explicit dependencies help short-circuit .SUFFIX searches37 MKDEP_CMD?= /usr/local/share/bin/mkdeps.sh -N71 @rm -f .depend74 set -x; for f in $$files; do ${_MKDEP} -a ${MKDEPFLAGS} \75 ${CFLAGS:M-[ID]*} ${CPPFLAGS} ${AINC} $$f; done77 set -x; for f in $$files; do ${_MKDEP} -a ${MKDEPFLAGS} \78 ${CFLAGS:M-[I[all...]
23 print-shlib-$x:44 # Originally derrived from NetBSD-1.646 # 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 libraries53 # 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 constructors59 # SHLIB_LDENDFILE: support .o file, call C++ file-leve[all...]
1 # SPDX-License-Identifier: BSD-2-Clause6 # @(#) Copyright (c) 1999-2024, Simon J. Gerraty15 # Please send copies of changes and bug-fixes to:30 .-include <$d>68 # set this to -MMD to ignore /usr/include70 CFLAGS_MD ?= -MD71 # -M[all...]