6 lines
125 B
Makefile
6 lines
125 B
Makefile
![]() |
OPTIONS+=-DPICO_SUPPORT_ICMP4
|
||
|
MOD_OBJ+=$(LIBBASE)modules/pico_icmp4.o
|
||
|
ifneq ($(PING),0)
|
||
|
OPTIONS+=-DPICO_SUPPORT_PING
|
||
|
endif
|