Home
last modified time | relevance | path

Searched full:autoconf (Results 1 – 25 of 34) sorted by relevance

12

/linux/tools/testing/shared/
H A Dshared.mk14 generated/bit-length.h generated/autoconf.h \
59 generated/autoconf.h:
61 cp ../shared/autoconf.h generated/autoconf.h
/linux/include/linux/
H A Dkconfig.h5 #include <generated/autoconf.h>
55 * autoconf.h.
71 * autoconf.h, while CONFIG_FOO=m results in "#define CONFIG_FOO_MODULE 1".
/linux/scripts/basic/
H A Dfixdep.c19 * every file in the kernel includes autoconf.h.
21 * If the user re-runs make *config, autoconf.h will be
23 * includes autoconf.h, i.e. basically all files. This is extremely
27 * the dependency on autoconf.h by a dependency on every config
76 * process filtering out the dependency on autoconf.h and adding
244 return str_ends_with(s, len, "include/generated/autoconf.h"); in is_ignored_file()
/linux/tools/usb/usbip/
H A DINSTALL41 `configure' by a program called `autoconf'. You need `configure.ac' if
43 of `autoconf'.
197 an Autoconf bug. Until the bug is fixed you can use this workaround:
212 Print the version of Autoconf used to generate the `configure'
H A Dautogen.sh7 #autoconf
H A Dconfigure.ac1 dnl Process this file with autoconf to produce a configure script.
H A DREADME43 - libtool, automake >= 1.9, autoconf >= 2.5.0, pkg-config
/linux/tools/testing/vma/
H A D.gitignore4 generated/autoconf.h
H A DMakefile18 …$(TARGETS) *.o radix-tree.c idr.c generated/map-shift.h generated/bit-length.h generated/autoconf.h
/linux/tools/testing/radix-tree/
H A D.gitignore2 generated/autoconf.h
/linux/tools/testing/selftests/bpf/
H A Dautoconf_helper.h4 # include "autoconf.h"
/linux/Documentation/networking/
H A Dipv6.rst42 autoconf
/linux/kernel/
H A Dgen_kheaders.sh21 sed -n '/^include\/generated\/autoconf\.h$/!s:\(.*\): \1 \\:p' "${objlist}"
/linux/Documentation/kbuild/
H A Dkconfig.rst159 "autoconf.h" (header) file.
160 Its default value is "include/generated/autoconf.h".
/linux/lib/crc/
H A Dgen_crc32table.c4 #include "../../include/generated/autoconf.h"
/linux/scripts/
H A Dgfp-translate78 #include <generated/autoconf.h>
/linux/arch/sh/configs/
H A Dtitan_defconfig23 CONFIG_CMDLINE="console=ttySC1,38400N81 root=/dev/nfs ip=:::::eth1:autoconf rw"
/linux/net/ipv6/
H A Daf_inet6.c86 .autoconf = 1,
97 module_param_named(autoconf, ipv6_defaults.autoconf, int, 0444);
98 MODULE_PARM_DESC(autoconf, "Enable IPv6 address autoconfiguration on all interfaces");
/linux/arch/x86/boot/
H A DMakefile41 -include include/generated/autoconf.h \
/linux/drivers/phy/cadence/
H A Dphy-cadence-sierra.c408 bool autoconf; member
557 if (phy->autoconf || phy->already_configured || phy->nsubnodes > 1) in cdns_sierra_phy_init()
1443 sp->autoconf = of_property_read_bool(dn, "cdns,autoconf"); in cdns_sierra_phy_probe()
1462 if (!sp->autoconf) { in cdns_sierra_phy_probe()
1497 if (!sp->already_configured && !sp->autoconf && sp->nsubnodes > 1) { in cdns_sierra_phy_probe()
/linux/drivers/usb/misc/
H A Dusbtest.c80 unsigned autoconf:1; member
2822 if (override_alt >= 0 || info->autoconf) { in usbtest_probe()
2923 .autoconf = 1, /* iso and ctrl_out need autoconf */
2935 .autoconf = 1,
2944 .autoconf = 1,
2950 .autoconf = 1,
/linux/tools/testing/selftests/sched_ext/
H A DMakefile22 GENHDR := $(GENDIR)/autoconf.h
/linux/tools/sched_ext/
H A DMakefile50 GENHDR := $(GENDIR)/autoconf.h
/linux/arch/arm64/kvm/hyp/nvhe/
H A Dgen-hyprel.c40 #include <generated/autoconf.h>
/linux/drivers/pcmcia/
H A Dpcmcia_cis.c163 dev_dbg(&p_dev->dev, "testing configuration %x, autoconf %x\n", in pcmcia_do_loop_config()

12