mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
11 lines
273 B
Makefile
11 lines
273 B
Makefile
PKG_NAME=esp32_sdk_lib_wifi
|
|
PKG_URL=https://github.com/espressif/esp32-wifi-lib
|
|
# This is a version in the v4.4.1 release branch
|
|
PKG_VERSION=5a0d2aee49633b1a0c0374c2a01ed8c2a10e2fe4
|
|
PKG_LICENSE=Apache-2.0
|
|
|
|
include $(RIOTBASE)/pkg/pkg.mk
|
|
|
|
# there is nothing to compile
|
|
all:
|