Remove obsolete config_args library dependency

This commit is contained in:
Christian Helmuth 2018-02-05 13:22:33 +01:00 committed by Norman Feske
parent 3c3c86bdba
commit 30b0bd641f
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
TARGET = test-ping_server_libc_lwip
LIBS = posix libc_lwip_nic_dhcp libc_lwip lwip config_args
LIBS = posix libc_lwip_nic_dhcp libc_lwip lwip
SRC_CC = main.cc pingpong.cc
vpath main.cc $(PRG_DIR)/..