From 73f363b57884705d19ee5519e2dd54bb277696b8 Mon Sep 17 00:00:00 2001 From: Igor Zalatov Date: Sun, 9 May 2021 13:25:02 +0300 Subject: [PATCH] Small fixes --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index fbe8bbbd..ef66b39d 100644 --- a/Makefile +++ b/Makefile @@ -4,12 +4,12 @@ BR_VER := 2020.02.12 BR_DIR := $(ROOT_DIR)/buildroot-$(BR_VER) BR_EXT_DIR := $(ROOT_DIR)/br-ext-chip-$(PLATFORM) 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-% usage help: - @echo \ + @echo -e \ "\n\ BR-OpenIPC usage:\n\ - make help|usage - print this help\n\ @@ -30,7 +30,7 @@ distclean: @rm -rf output buildroot-$(BR_VER) clean: - @rm -rf output/target /output/.config + @rm -rf output/target output/.config prepare: $(BR_DIR) $(ROOT_DIR)/buildroot-$(BR_VER).tar.gz: