mirror of https://github.com/OpenIPC/firmware.git
Fix indentation with tabs (#554)
parent
381cdacf6c
commit
9ae6bf5e33
4
Makefile
4
Makefile
|
@ -1,7 +1,7 @@
|
|||
ifneq ($(PLATFORM),)
|
||||
PLATFORM := $(error Setting PLATFORM in make arguments is deprecated, please remove it)
|
||||
else
|
||||
ifneq ($(BOARD),)
|
||||
ifneq ($(BOARD),)
|
||||
FULL_PATH := $(shell find br-ext-chip-* -name "$(BOARD)*_defconfig")
|
||||
ifeq ($(FULL_PATH),)
|
||||
FULL_PATH := $(error Cannot find anything for $(BOARD))
|
||||
|
@ -15,7 +15,7 @@ else
|
|||
ifeq ($(FAMILY),hi3516cv500)
|
||||
BR_VER ?= 2022.08
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
|
||||
ROOT_DIR := $(CURDIR)
|
||||
|
|
Loading…
Reference in New Issue