From ac7fae2e0ab3ddd3815a343cd72607ccf1e278c7 Mon Sep 17 00:00:00 2001 From: Glenn Ruben Bakke Date: Wed, 31 May 2017 19:17:02 +0200 Subject: [PATCH] nrf5: Makefile cleanup. Removing duplicate include and unused netutils.c used by BLE 6lowpan network which has been removed for now. --- nrf5/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/nrf5/Makefile b/nrf5/Makefile index 1de1354f27..83ed917c52 100644 --- a/nrf5/Makefile +++ b/nrf5/Makefile @@ -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/,\