nrf5: Makefile cleanup. Removing duplicate include and unused netutils.c used by BLE 6lowpan network which has been removed for now.

This commit is contained in:
Glenn Ruben Bakke 2017-05-31 19:17:02 +02:00 committed by glennrub
parent daf3474247
commit ac7fae2e0a
1 changed files with 0 additions and 2 deletions

View File

@ -46,7 +46,6 @@ MCU_VARIANT_UPPER = $(shell echo $(MCU_VARIANT) | tr '[:lower:]' '[:upper:]')
INC += -I.
INC += -I..
INC += -I$(BUILD)
INC += -I./device
INC += -I./../lib/cmsis/inc
INC += -I./device
INC += -I./device/$(MCU_VARIANT)
@ -100,7 +99,6 @@ SRC_LIB = $(addprefix lib/,\
timeutils/timeutils.c \
oofatfs/ff.c \
oofatfs/option/unicode.c \
netutils/netutils.c \
)
SRC_HAL = $(addprefix hal/,\