mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
4ac24549ad
simple_sniffer was moved from /wifi folder to /network folder network_tests was moved from /system to /network folder README's were updated accordingly to reflect new structure
11 lines
266 B
Makefile
11 lines
266 B
Makefile
#
|
|
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
|
|
# project subdirectory.
|
|
#
|
|
|
|
PROJECT_NAME := simple_sniffer
|
|
|
|
EXTRA_COMPONENT_DIRS := $(IDF_PATH)/examples/system/console/advanced/components
|
|
|
|
include $(IDF_PATH)/make/project.mk
|