diff options
| author | Masahiro Yamada <[email protected]> | 2020-02-01 16:49:23 +0000 |
|---|---|---|
| committer | Masahiro Yamada <[email protected]> | 2020-02-03 16:50:52 +0000 |
| commit | faa7bdd7e9e1441ed82819b8db8bb43d3d3fd818 (patch) | |
| tree | 84be5cd6c8cb0f95f6dd6fa5ff8a2f435e2e4825 /drivers/fpga/zynq-fpga.c | |
| parent | kconfig: fix broken dependency in randconfig-generated .config (diff) | |
| download | kernel-faa7bdd7e9e1441ed82819b8db8bb43d3d3fd818.tar.gz kernel-faa7bdd7e9e1441ed82819b8db8bb43d3d3fd818.zip | |
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 <[email protected]>
Diffstat (limited to 'drivers/fpga/zynq-fpga.c')
0 files changed, 0 insertions, 0 deletions
