Remove debugging artifacts from lxip and usb libs

This commit is contained in:
Christian Helmuth 2017-01-25 13:20:32 +01:00 committed by Norman Feske
parent eccc539651
commit d5e57d15c8
2 changed files with 0 additions and 4 deletions

View File

@ -8,8 +8,6 @@ LIBS += lxip_include
LX_CONTRIB_DIR := $(call select_from_ports,dde_linux)/src/lib/lxip
NET_DIR := $(LX_CONTRIB_DIR)/net
CC_OLEVEL = -O2
SETUP_SUFFIX =
CC_OPT += -DSETUP_SUFFIX=$(SETUP_SUFFIX)

View File

@ -10,8 +10,6 @@ LX_CONTRIB_DIR := $(call select_from_ports,dde_linux)/src/lib/usb
DRIVERS_DIR := $(LX_CONTRIB_DIR)/drivers
USB_DIR := $(DRIVERS_DIR)/usb
CC_OLEVEL = -O2
#
# The order of include-search directories is important, we need to look into
# 'contrib' before falling back to our custom 'lx_emul.h' header.