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),) | ifneq ($(PLATFORM),) | ||||||
| 	PLATFORM := $(error Setting PLATFORM in make arguments is deprecated, please remove it) | 	PLATFORM := $(error Setting PLATFORM in make arguments is deprecated, please remove it) | ||||||
| else | else | ||||||
|     ifneq ($(BOARD),) | 	ifneq ($(BOARD),) | ||||||
| 		FULL_PATH := $(shell find br-ext-chip-* -name "$(BOARD)*_defconfig") | 		FULL_PATH := $(shell find br-ext-chip-* -name "$(BOARD)*_defconfig") | ||||||
| 		ifeq ($(FULL_PATH),) | 		ifeq ($(FULL_PATH),) | ||||||
| 			FULL_PATH := $(error Cannot find anything for $(BOARD)) | 			FULL_PATH := $(error Cannot find anything for $(BOARD)) | ||||||
|  | @ -15,7 +15,7 @@ else | ||||||
| 		ifeq ($(FAMILY),hi3516cv500) | 		ifeq ($(FAMILY),hi3516cv500) | ||||||
| 			BR_VER ?= 2022.08 | 			BR_VER ?= 2022.08 | ||||||
| 		endif | 		endif | ||||||
|     endif | 	endif | ||||||
| endif | endif | ||||||
| 
 | 
 | ||||||
| ROOT_DIR      := $(CURDIR) | ROOT_DIR      := $(CURDIR) | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue