mirror of
https://github.com/pine64/bl_iot_sdk.git
synced 2024-11-19 05:11:49 +00:00
Merge pull request #67 from enjoycodefun/makefile
Purge "invisible" and incorrect tabs from Makefiles in make_scripts_scripts
This commit is contained in:
commit
1421c4fee2
@ -188,7 +188,7 @@ ifeq ("$(OS)","Windows_NT")
|
||||
else
|
||||
ifeq ("$(CONFIG_CHIP_NAME)", "BL602")
|
||||
@cd $(BL60X_SDK_PATH)/image_conf;python3 -m pip install -r requirements.txt; python3 flash_build.py $(PROJECT_NAME) $(CONFIG_CHIP_NAME)
|
||||
#@cd $(BL60X_SDK_PATH)/image_conf; ./flash_build $(PROJECT_NAME) $(CONFIG_CHIP_NAME)
|
||||
#@cd $(BL60X_SDK_PATH)/image_conf; ./flash_build $(PROJECT_NAME) $(CONFIG_CHIP_NAME)
|
||||
endif
|
||||
endif
|
||||
@echo "Building Finish. To flash build output."
|
||||
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user