aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mm
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2018-07-18 02:07:47 +0100
committerRussell King <rmk+kernel@armlinux.org.uk>2018-07-30 11:45:50 +0100
commit35f5a6acfb5be94e0b9df21c2a5ba934237c1ca3 (patch)
tree9d3297f0f13581087b778db480296361d578e491 /arch/arm/mm
parentARM: tcm: ensure inline stub functions are marked static (diff)
downloadlinux-dev-35f5a6acfb5be94e0b9df21c2a5ba934237c1ca3.tar.xz
linux-dev-35f5a6acfb5be94e0b9df21c2a5ba934237c1ca3.zip
ARM: 8782/1: vfp: clean up arch/arm/vfp/Makefile
Since commit 799c43415442 ("kbuild: thin archives make default for all archs"), $(AR) is used instead of $(LD) to combine object files. The following code in arch/arm/vfp/Makefile: LDFLAGS +=--no-warn-mismatch ... is no longer used. Also, arch/arm/Makefile already guards arch/arm/vfp/ by a boolean symbol, CONFIG_VFP, like this: core-$(CONFIG_VFP) += arch/arm/vfp/ So, $(CONFIG_VFP) is always evaluated to y in arch/arm/vfp/Makefile. There is no point to use pseudo object, vfp.o, which never becomes a module. Add all objects to obj-y directly. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Diffstat (limited to 'arch/arm/mm')
0 files changed, 0 insertions, 0 deletions