| /linux/tools/testing/shared/ |
| H A D | shared.mk | 14 generated/bit-length.h generated/autoconf.h \ 59 generated/autoconf.h: 61 cp ../shared/autoconf.h generated/autoconf.h
|
| /linux/include/linux/ |
| H A D | kconfig.h | 5 #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 D | fixdep.c | 19 * 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 D | INSTALL | 41 `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 D | autogen.sh | 7 #autoconf
|
| H A D | configure.ac | 1 dnl Process this file with autoconf to produce a configure script.
|
| H A D | README | 43 - libtool, automake >= 1.9, autoconf >= 2.5.0, pkg-config
|
| /linux/tools/testing/vma/ |
| H A D | .gitignore | 4 generated/autoconf.h
|
| H A D | Makefile | 18 …$(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 | .gitignore | 2 generated/autoconf.h
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | autoconf_helper.h | 4 # include "autoconf.h"
|
| /linux/Documentation/networking/ |
| H A D | ipv6.rst | 42 autoconf
|
| /linux/kernel/ |
| H A D | gen_kheaders.sh | 21 sed -n '/^include\/generated\/autoconf\.h$/!s:\(.*\): \1 \\:p' "${objlist}"
|
| /linux/Documentation/kbuild/ |
| H A D | kconfig.rst | 159 "autoconf.h" (header) file. 160 Its default value is "include/generated/autoconf.h".
|
| /linux/lib/crc/ |
| H A D | gen_crc32table.c | 4 #include "../../include/generated/autoconf.h"
|
| /linux/scripts/ |
| H A D | gfp-translate | 78 #include <generated/autoconf.h>
|
| /linux/arch/sh/configs/ |
| H A D | titan_defconfig | 23 CONFIG_CMDLINE="console=ttySC1,38400N81 root=/dev/nfs ip=:::::eth1:autoconf rw"
|
| /linux/net/ipv6/ |
| H A D | af_inet6.c | 86 .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 D | Makefile | 41 -include include/generated/autoconf.h \
|
| /linux/drivers/phy/cadence/ |
| H A D | phy-cadence-sierra.c | 408 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 D | usbtest.c | 80 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 D | Makefile | 22 GENHDR := $(GENDIR)/autoconf.h
|
| /linux/tools/sched_ext/ |
| H A D | Makefile | 50 GENHDR := $(GENDIR)/autoconf.h
|
| /linux/arch/arm64/kvm/hyp/nvhe/ |
| H A D | gen-hyprel.c | 40 #include <generated/autoconf.h>
|
| /linux/drivers/pcmcia/ |
| H A D | pcmcia_cis.c | 163 dev_dbg(&p_dev->dev, "testing configuration %x, autoconf %x\n", in pcmcia_do_loop_config()
|