diff options
| author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-09-09 19:26:21 +0900 |
|---|---|---|
| committer | Moyster <oysterized@gmail.com> | 2018-12-21 14:19:37 +0100 |
| commit | 80fc33097114d44ac8bd03205360d3c2bb79fb03 (patch) | |
| tree | 378d2d60646da9540527a58769c7fa6a461a3d36 /scripts/Makefile.fwinst | |
| parent | 483078293392a2c21f3b88b6e2fb8e751cbb152c (diff) | |
kbuild: remove obj-n and lib-n handling
Kconfig never defines CONFIG_* as 'n'.
Now obj-n is only used in firmware/Makefile and it can be
replaced with obj-. No makefile uses lib-n.
Let's rip off obj-n and lib-n.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Acked-by: Peter Foley <pefoley2@pefoley.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to 'scripts/Makefile.fwinst')
| -rw-r--r-- | scripts/Makefile.fwinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile.fwinst b/scripts/Makefile.fwinst index 4d908d16c..6d5cbc982 100644 --- a/scripts/Makefile.fwinst +++ b/scripts/Makefile.fwinst @@ -2,7 +2,7 @@ # Installing firmware # # We don't include the .config, so all firmware files are in $(fw-shipped-) -# rather than in $(fw-shipped-y) or $(fw-shipped-n). +# rather than in $(fw-shipped-y) or $(fw-shipped-m). # ========================================================================== INSTALL := install |
