47c722d674
* Fix some lwip api bugs * Added PPP_SUPPORT parameter to lwip Kconfig * Added example pppos_client Merges #272 https://github.com/espressif/esp-idf/pull/272
9 lines
184 B
Makefile
9 lines
184 B
Makefile
#
|
|
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
|
|
# project subdirectory.
|
|
#
|
|
|
|
PROJECT_NAME := pppos_client
|
|
|
|
include $(IDF_PATH)/make/project.mk
|
|
|