linux/Documentation
Masahiro Yamada faa7bdd7e9 kbuild: fix the document to use extra-y for vmlinux.lds
The difference between "always" and "extra-y" is that the targets
listed in $(always) are always built, whereas the ones in $(extra-y)
are built only when KBUILD_BUILTIN is set.

So, "make modules" does not build the targets in $(extra-y).

vmlinux.lds is only needed for linking vmlinux. So, adding it to extra-y
is more correct. In fact, arch/x86/kernel/Makefile does this.

Fix the example code.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
2020-02-04 01:50:52 +09:00
..
2020-01-30 15:39:24 -08:00
2019-10-30 16:25:31 +01:00
2020-02-03 14:51:57 +00:00
2020-01-30 15:39:24 -08:00
2020-01-03 11:43:44 +10:00
2019-12-11 09:12:38 +01:00
2020-01-31 14:43:23 -08:00
2019-10-10 11:25:39 -06:00
2019-12-03 13:58:22 -08:00
2019-07-17 06:57:52 -03:00
2020-01-28 16:26:57 -08:00
2019-07-30 17:27:37 +02:00
2019-12-30 11:58:02 -07:00
2019-09-27 11:17:38 -07:00
2019-12-02 17:35:04 -08:00