dde_linux: fixes in makefiles

Issue #3972
This commit is contained in:
Tomasz Gajewski 2021-03-14 02:24:54 +01:00 committed by Norman Feske
parent 9a0217f21a
commit 2f0898d2a9
4 changed files with 4 additions and 7 deletions

View File

@ -34,5 +34,5 @@ INC_DIR += $(SRC_DIR) \
INC_DIR += $(REP_DIR)/src/include
INC_DIR += $(ARCH_SRC_INC_DIR)
INC_DIR += $(LXIP_CONTRIB_DIR)/include \
$(LXIP_CONTRIB_DIR)/include/uapi \
$(LXIP_CONTRIB_DIR)/include/uapi
INC_DIR += $(LIB_CACHE_DIR)/lxip_include/include/include/include

View File

@ -23,7 +23,7 @@ CC_C_OPT += -std=gnu89
CC_C_OPT += -Wno-unused-but-set-variable -Wno-pointer-sign
CC_C_OPT += -include $(LIB_INC_DIR)/lx_emul.h
CC_CXX_OPT = -fpermissive
CC_CXX_OPT += -fpermissive
SRC_CC = dummies.cc lxcc_emul.cc nic_handler.cc \
timer_handler.cc random.cc
@ -42,9 +42,6 @@ SRC_C += lib/checksum.c
SRC_C += lib/rhashtable.c
SRC_C += drivers/net/loopback.c
# DHCP support
SRC_C += net/ipv4/ipconfig.c
#SRC_C = net/ipv4/inet_connection_sock.c
net/ethernet/eth.o: SETUP_SUFFIX="_eth"

View File

@ -18,6 +18,6 @@ CC_OPT += -DCONFIG_INET -DCONFIG_BASE_SMALL=0 -DCONFIG_DEBUG_LOCK_ALLOC \
-DCONFIG_IP_PNP_DHCP
CC_C_OPT += -include $(LXIP_DIR)/include/lx_emul.h
CC_CXX_OPT = -fpermissive
CC_CXX_OPT += -fpermissive
CC_CXX_WARN_STRICT =

View File

@ -34,7 +34,7 @@ CC_WARN = -Wall -Wno-unused-variable -Wno-uninitialized \
CC_C_OPT += -std=gnu89 -Wno-unused-but-set-variable -Wno-pointer-sign -Wno-unused-label
CC_C_OPT += -include $(LIB_INC_DIR)/lx_emul.h
CC_CXX_OPT = -fpermissive
CC_CXX_OPT += -fpermissive
#
# Suffix of global 'module_init' function