Purge "invisible" and incorrect tabs from Makefiles in make_scripts_risc/

Note: For "<tab># comment" "# comment" is command and passed to the shell. Most shells interpret "# comment" as a comment - thankfully.
A comment is "# comment", only.
This commit is contained in:
Enjoy Code Fun 2020-11-03 14:09:41 -08:00
parent 479199e248
commit 3797caaf0b

View File

@ -291,7 +291,6 @@ COMMON_FLAGS_M4_EXT := \
-ffreestanding \
-fno-strict-aliasing
COMMON_FLAGS += $(COMMON_FLAGS_M4_EXT)
ifdef CONFIG_STACK_CHECK_NORM
@ -455,7 +454,6 @@ endif
endif
endif
$(BUILD_DIR_BASE):
mkdir -p $(BUILD_DIR_BASE)