diff options
| author | Nick Moore <nick@zoic.org> | 2018-10-09 16:28:30 +1100 |
|---|---|---|
| committer | Nick Moore <nick@zoic.org> | 2018-10-09 16:28:30 +1100 |
| commit | a60700b1c5a97047b26290745dae26025e3514cc (patch) | |
| tree | f6d315010f634ad6307ac1f2fd8af8b7499daf09 /ports/atmel-samd/Makefile | |
| parent | 9b36d33df142d4a3dd2c238799e227c05b537d95 (diff) | |
Get DHCP working ...
Diffstat (limited to 'ports/atmel-samd/Makefile')
| -rw-r--r-- | ports/atmel-samd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/atmel-samd/Makefile b/ports/atmel-samd/Makefile index 1ee0d79f0..3a460ed8c 100644 --- a/ports/atmel-samd/Makefile +++ b/ports/atmel-samd/Makefile @@ -300,6 +300,7 @@ SRC_MOD += $(addprefix $(WIZNET5K_DIR)/,\ ethernet/wizchip_conf.c \ ethernet/socket.c \ internet/dns/dns.c \ + internet/dhcp/dhcp.c \ ) endif # MICROPY_PY_WIZNET5K |
