mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-29 03:44:59 +00:00
b22067a8f0
Application developer can call APIs to configure base MAC address
instead of using menuconfig.
10 lines
188 B
Makefile
10 lines
188 B
Makefile
#
|
|
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
|
|
# project subdirectory.
|
|
#
|
|
|
|
PROJECT_NAME := base_mac_address
|
|
|
|
include $(IDF_PATH)/make/project.mk
|
|
|