Skip to content
Snippets Groups Projects
Commit c2290f32 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

kbuild: fix modkern_aflags implementation


For the single target building %.symtypes from %.S, $(a_flags) is
expanded into the _KERNEL flags even if the object is a part of a
module.

$(real-obj-m:.o=.symtypes): modkern_aflags := $(KBUILD_AFLAGS_MODULE) $(AFLAGS_MODULE)

... would fix the issue, but it is not nice to duplicate similar code
for every suffix.

Implement modkern_aflags in the same way as modkern_cflags.

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 986662b9
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