kbuild: remove a tab from an empty line
Emacs warns if an otherwise empty line starts with a tab. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
This commit is contained in:
parent
96678281bf
commit
e63046630c
2
Makefile
2
Makefile
|
@ -1116,7 +1116,7 @@ modules: $(module-dirs)
|
||||||
|
|
||||||
.PHONY: modules_install
|
.PHONY: modules_install
|
||||||
modules_install: _emodinst_ _emodinst_post
|
modules_install: _emodinst_ _emodinst_post
|
||||||
|
|
||||||
install-dir := $(if $(INSTALL_MOD_DIR),$(INSTALL_MOD_DIR),extra)
|
install-dir := $(if $(INSTALL_MOD_DIR),$(INSTALL_MOD_DIR),extra)
|
||||||
.PHONY: _emodinst_
|
.PHONY: _emodinst_
|
||||||
_emodinst_:
|
_emodinst_:
|
||||||
|
|
Loading…
Reference in New Issue