b22067a8f0
Application developer can call APIs to configure base MAC address instead of using menuconfig.
9 lines
188 B
Makefile
9 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
|
|
|