exynos-linux-stable/arch/m68k
Masahiro Yamada a584afcaf9
kbuild: rename LDFLAGS to KBUILD_LDFLAGS
Commit a0f97e06a4 ("kbuild: enable 'make CFLAGS=...' to add
additional options to CC") renamed CFLAGS to KBUILD_CFLAGS.

Commit 222d394d30 ("kbuild: enable 'make AFLAGS=...' to add
additional options to AS") renamed AFLAGS to KBUILD_AFLAGS.

Commit 06c5040cdb ("kbuild: enable 'make CPPFLAGS=...' to add
additional options to CPP") renamed CPPFLAGS to KBUILD_CPPFLAGS.

For some reason, LDFLAGS was not renamed.

Using a well-known variable like LDFLAGS may result in accidental
override of the variable.

Kbuild generally uses KBUILD_ prefixed variables for the internally
appended options, so here is one more conversion to sanitize the
naming convention.

I did not touch Makefiles under tools/ since the tools build system
is a different world.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Reviewed-by: Palmer Dabbelt <palmer@sifive.com>
2023-04-30 22:09:39 +03:00
..
68000 m68k: Use vsprintf %pM extension 2015-06-16 16:45:38 +10:00
amiga m68k: Call timer_interrupt() with interrupts disabled 2020-01-29 10:24:36 +01:00
apollo char/genrtc: remove m68k support 2016-06-04 00:23:28 +02:00
atari m68k: Call timer_interrupt() with interrupts disabled 2020-01-29 10:24:36 +01:00
bvme6000 m68k: Call timer_interrupt() with interrupts disabled 2020-01-29 10:24:36 +01:00
coldfire m68k: set dma and coherent masks for platform FEC ethernets 2018-05-30 07:50:43 +02:00
configs m68k/defconfig: Update defconfigs for v4.9-rc1 2016-10-30 10:13:19 +01:00
emu block: change ->make_request_fn() and users to return a queue cookie 2015-11-07 10:40:46 -07:00
fpsp040 Fix common misspellings 2011-03-31 11:26:23 -03:00
hp300 m68k: Call timer_interrupt() with interrupts disabled 2020-01-29 10:24:36 +01:00
ifpsp060 m68k: Assorted spelling fixes 2016-07-03 14:05:28 +02:00
include bug.h: work around GCC PR82365 in BUG() 2019-07-10 09:55:44 +02:00
kernel This is the 4.9.204 stable release 2019-11-28 18:47:59 +01:00
lib m68k: move exports to definitions 2016-08-07 23:47:19 -04:00
mac m68k: Call timer_interrupt() with interrupts disabled 2020-01-29 10:24:36 +01:00
math-emu m68k: Assorted spelling fixes 2016-07-03 14:05:28 +02:00
mm m68k/mm: Adjust VM area to be unmapped by gap size for __iounmap() 2018-07-03 11:23:05 +02:00
mvme16x m68k: Call timer_interrupt() with interrupts disabled 2020-01-29 10:24:36 +01:00
mvme147 m68k: Call timer_interrupt() with interrupts disabled 2020-01-29 10:24:36 +01:00
q40 m68k: Call timer_interrupt() with interrupts disabled 2020-01-29 10:24:36 +01:00
sun3 m68k: Call timer_interrupt() with interrupts disabled 2020-01-29 10:24:36 +01:00
sun3x m68k: Call timer_interrupt() with interrupts disabled 2020-01-29 10:24:36 +01:00
tools/amiga
install.sh kbuild: use INSTALLKERNEL to select customized installkernel script 2009-09-20 12:18:14 +02:00
Kconfig m68k: move CONFIG_FPU set to per-CPU configuration 2016-09-26 12:02:58 +10:00
Kconfig.bus m68k/atari: ROM port ISA adapter support 2013-04-16 21:08:11 +02:00
Kconfig.cpu m68k: move CONFIG_FPU set to per-CPU configuration 2016-09-26 12:02:58 +10:00
Kconfig.debug m68knommu: remove obsolete 68360 support 2016-03-07 10:07:17 +10:00
Kconfig.devices Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k 2014-10-08 05:40:17 -04:00
Kconfig.machine m68knommu: remove obsolete 68360 support 2016-03-07 10:07:17 +10:00
Makefile kbuild: rename LDFLAGS to KBUILD_LDFLAGS 2023-04-30 22:09:39 +03:00