openwrt/include
Jonas Gorski 2e496876c6 kernel: collect module symvers for external modules
Collect module symvers for all external modules to make them available
for modpost. This fixes dependencies for most external modules.

Example:

Before:

root@LEDE:/# modinfo mt76
module:         /lib/modules/4.4.74/mt76.ko
license:        Dual BSD/GPL
depends:

After:

root@LEDE:/# modinfo mt76
module:         /lib/modules/4.4.74/mt76.ko
license:        Dual BSD/GPL
depends:        mac80211,cfg80211

Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
2017-10-27 13:06:15 +02:00
..
site include/site: add powerpc64 config 2017-10-24 13:24:04 +02:00
autotools.mk
cmake.mk
debug.mk
depends.mk
device_table.txt
download.mk build: remove @ as it's causing an error 2017-09-20 08:50:49 +02:00
feeds.mk build: move PKG_CONFIG_DEPENDS from feeds.mk to opkg 2017-04-03 08:51:33 +02:00
hardening.mk
host-build.mk build: add a darwin sitefile to deal with macOS 10.12 + Xcode 9 build errors 2017-10-05 21:14:43 +02:00
image-commands.mk image-commands: tplink-v2-header: pass kernel loadaddr and entry 2017-10-09 16:10:05 +02:00
image-legacy.mk image: fix ar71xx legacy images 2017-07-15 07:02:59 +02:00
image.mk include: Include new location for DT bindings 2017-10-23 18:39:29 -07:00
kernel-build.mk kernel: split patches folder up into backport, pending and hack folders 2017-08-05 08:46:36 +02:00
kernel-defaults.mk build: move definition of KBUILD_BUILD_TIMESTAMP to include/kernel.mk 2017-06-17 15:09:57 +02:00
kernel-version.mk kernel: bump 4.9 to 4.9.58 2017-10-23 17:23:34 +03:00
kernel.mk kernel: collect module symvers for external modules 2017-10-27 13:06:15 +02:00
netfilter.mk iptables: Fix target TRACE issue 2017-10-27 02:31:33 +02:00
nls.mk
package-bin.mk
package-defaults.mk build: reset ALTERNATIVES field in Package/Default 2017-05-03 17:40:46 +08:00
package-dumpinfo.mk
package-ipkg.mk build: ipkg: new field Alternatives 2017-05-02 22:10:51 +08:00
package-seccomp.mk
package.mk build: fix QUILT related overrides 2017-05-25 20:42:45 +02:00
prereq-build.mk
prereq.mk
quilt.mk kernel: split patches folder up into backport, pending and hack folders 2017-08-05 08:46:36 +02:00
rootfs.mk build: cleanup tmp/ dir of target rootfs 2017-05-02 22:10:50 +08:00
scan.awk
scan.mk
scons.mk
shell.sh
subdir.mk
target.mk target: add cpu flags for powerpc64 2017-10-24 13:24:04 +02:00
toolchain-build.mk build: stop overriding STAGING_DIR_HOST for toolchain build 2017-05-25 19:01:07 +02:00
toplevel.mk include/toplevel: set env GIT_ASKPASS=/bin/true 2017-06-08 17:20:55 +02:00
u-boot.mk u-boot.mk: pass HOSTCC and HOST_CFLAGS into the build 2017-04-04 12:34:23 +02:00
uclibc++.mk
unpack.mk
verbose.mk
version.mk