[conf] add udp_socket for nps target

This commit is contained in:
Felix Ruess
2015-03-01 20:31:38 +01:00
parent f75b87f595
commit ccc6f82160
@@ -9,6 +9,10 @@ UDP_SRCS = mcu_periph/udp.c $(SRC_ARCH)/mcu_periph/udp_arch.c
ifeq ($(ARCH), linux)
UDP_SRCS += $(SRC_ARCH)/udp_socket.c
endif
ifeq ($(TARGET), nps)
UDP_CFLAGS += -Iarch/linux
UDP_SRCS += arch/linux/udp_socket.c
endif
$(TARGET).CFLAGS += $(UDP_CFLAGS)
$(TARGET).srcs += $(UDP_SRCS)