summaryrefslogtreecommitdiffstats
path: root/Kbuild
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2019-08-11 00:52:59 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2019-08-15 02:25:11 +0900
commitc2290f3286b6d1f2058b905cc954243c6027c37a (patch)
tree926b08f95cb7ee97d9cd485a4f1795e99dd6f631 /Kbuild
parent986662b90352d79c4842dd7d4e678f50824ed729 (diff)
downloadlinux-c2290f3286b6d1f2058b905cc954243c6027c37a.tar.bz2
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: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'Kbuild')
0 files changed, 0 insertions, 0 deletions