]> Git Repo - linux.git/commit - scripts/Makefile.clean
kbuild: remove obj-n and lib-n handling
authorMasahiro Yamada <[email protected]>
Tue, 9 Sep 2014 10:26:21 +0000 (19:26 +0900)
committerMichal Marek <[email protected]>
Thu, 2 Oct 2014 11:55:02 +0000 (13:55 +0200)
commita4954fd7724c0f55361eb56005856b0da0c99b00
tree784f74cb9e1aa3053ebd14aa269b27e72f6308b0
parentac84eb47cc199d9df7eeb7b32630fc09295a030b
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 <[email protected]>
Acked-by: Peter Foley <[email protected]>
Signed-off-by: Michal Marek <[email protected]>
firmware/Makefile
scripts/Makefile.build
scripts/Makefile.clean
scripts/Makefile.fwinst
This page took 0.053803 seconds and 4 git commands to generate.