mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-06 11:36:59 +03:00
https://github.com/sle118/squeezelite-esp32.git into Over_The_Air_Update Conflicts: components/wifi-manager/wifi_manager.c
17 lines
513 B
Makefile
17 lines
513 B
Makefile
# build system (Jenkins) should pass the following
|
|
#export PROJECT_BUILD_NAME="${build_version_prefix}${BUILD_NUMBER}"
|
|
#export PROJECT_BUILD_TARGET="${config_target}"
|
|
|
|
#PROJECT_BUILD_NAME?=local
|
|
#PROJECT_CONFIG_TARGET?=custom
|
|
#PROJECT_NAME?=squeezelite.$(PROJECT_CONFIG_TARGET)
|
|
#PROJECT_VER?="$(PROJECT_BUILD_NAME)-$(PROJECT_CONFIG_TARGET)"
|
|
|
|
|
|
|
|
#recovery: PROJECT_NAME:=recovery.$(PROJECT_CONFIG_TARGET)
|
|
#recovery: CPPFLAGS+=-DRECOVERY_APPLICATION=1
|
|
|
|
PROJECT_NAME?=squeezelite
|
|
include $(IDF_PATH)/make/project.mk
|