mirror of https://github.com/OpenIPC/firmware.git
Small fixes
parent
73a7c9bc4c
commit
73f363b578
6
Makefile
6
Makefile
|
@ -4,12 +4,12 @@ BR_VER := 2020.02.12
|
||||||
BR_DIR := $(ROOT_DIR)/buildroot-$(BR_VER)
|
BR_DIR := $(ROOT_DIR)/buildroot-$(BR_VER)
|
||||||
BR_EXT_DIR := $(ROOT_DIR)/br-ext-chip-$(PLATFORM)
|
BR_EXT_DIR := $(ROOT_DIR)/br-ext-chip-$(PLATFORM)
|
||||||
SCRIPTS_DIR := $(ROOT_DIR)/scripts
|
SCRIPTS_DIR := $(ROOT_DIR)/scripts
|
||||||
BOARDS := $(shell ls -1 $(BR_EXT_DIR)/configs)
|
#BOARDS := $(shell ls -1 $(BR_EXT_DIR)/configs)
|
||||||
|
|
||||||
.PHONY: usage help clean distclean prepare install-deps all toolchain-params run-tests overlayed-rootfs-%
|
.PHONY: usage help clean distclean prepare install-deps all toolchain-params run-tests overlayed-rootfs-%
|
||||||
|
|
||||||
usage help:
|
usage help:
|
||||||
@echo \
|
@echo -e \
|
||||||
"\n\
|
"\n\
|
||||||
BR-OpenIPC usage:\n\
|
BR-OpenIPC usage:\n\
|
||||||
- make help|usage - print this help\n\
|
- make help|usage - print this help\n\
|
||||||
|
@ -30,7 +30,7 @@ distclean:
|
||||||
@rm -rf output buildroot-$(BR_VER)
|
@rm -rf output buildroot-$(BR_VER)
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
@rm -rf output/target /output/.config
|
@rm -rf output/target output/.config
|
||||||
|
|
||||||
prepare: $(BR_DIR)
|
prepare: $(BR_DIR)
|
||||||
$(ROOT_DIR)/buildroot-$(BR_VER).tar.gz:
|
$(ROOT_DIR)/buildroot-$(BR_VER).tar.gz:
|
||||||
|
|
Loading…
Reference in New Issue