Skip to content
Snippets Groups Projects
Commit a402b5c4 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

build: make sure modules are modposted after initramfs image is built


Otherwise the modpost steps for individual modules that are compiled
manually (using make package/<name_of_module>/install) will give warning
of missing symbols when that module depends other modules.

This is caused by the Module.symvers file not containing any symbols
anymore of external modules when the initramfs image is built without
specifically giving the modules target.

Signed-off-by: default avatarTjalling Hattink <t.hattink@fugro.nl>

SVN-Revision: 42773
parent bf030572
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment