mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2026-03-14 06:22:50 +03:00
OTA Work in progress
This commit is contained in:
committed by
Sebastien Leclerc
parent
3bd886b8df
commit
8aedca48a7
19
Makefile
19
Makefile
@@ -1,7 +1,14 @@
|
||||
#
|
||||
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
|
||||
# project subdirectory.
|
||||
#
|
||||
# build system (Jenkins) should pass the following
|
||||
#export PROJECT_BUILD_NAME="${build_version_prefix}${BUILD_NUMBER}"
|
||||
#export PROJECT_BUILD_TARGET="${config_target}"
|
||||
|
||||
PROJECT_NAME := squeezelite
|
||||
include $(IDF_PATH)/make/project.mk
|
||||
PROJECT_BUILD_NAME?=local
|
||||
PROJECT_CONFIG_TARGET?=custom
|
||||
PROJECT_NAME?=squeezelite.$(PROJECT_CONFIG_TARGET)
|
||||
PROJECT_VER?="$(PROJECT_BUILD_NAME)-$(PROJECT_CONFIG_TARGET)"
|
||||
RECOVERY_APPLICATION?=0
|
||||
CFLAGS?=
|
||||
|
||||
|
||||
|
||||
include $(IDF_PATH)/make/project.mk
|
||||
|
||||
Reference in New Issue
Block a user