No networking for now
This commit is contained in:
@ -20,13 +20,6 @@ CFLAGS += -I. \
|
||||
-DLFS_NO_DEBUG \
|
||||
-DLFS_NO_WARN \
|
||||
-DLFS_NO_ERROR \
|
||||
-DPICO_MOP2 \
|
||||
-DPICO_SUPPORT_TCP \
|
||||
-DPICO_SUPPORT_UDP \
|
||||
-DPICO_SUPPORT_ETH \
|
||||
-DPICO_SUPPORT_ICMP4 \
|
||||
-DPICO_SUPPORT_IPV4 \
|
||||
-DPICO_SUPPORT_MUTEX \
|
||||
|
||||
include arch/$(ARCH)/$(ARCH).mk
|
||||
include extconf/extra.mk
|
||||
@ -61,15 +54,10 @@ SRCFILES += $(call GRABSRC, \
|
||||
path \
|
||||
rbuf \
|
||||
ipc/pipe \
|
||||
ipc/netsock \
|
||||
dev \
|
||||
randcrypto \
|
||||
time \
|
||||
diskpart \
|
||||
netdev \
|
||||
port_picotcp \
|
||||
port_picotcp/modules \
|
||||
picotcp/stack \
|
||||
)
|
||||
|
||||
CFILES := $(call GET_CFILES, $(SRCFILES))
|
||||
|
||||
Reference in New Issue
Block a user