os: removal of deprecated os/config.h (fix #2431)

This commit is contained in:
Stefan Kalkowski
2017-05-29 14:52:24 +02:00
committed by Christian Helmuth
parent dd214a8b15
commit 632ef28463
56 changed files with 354 additions and 660 deletions

View File

@ -1,6 +1,6 @@
TARGET = nic_dump
LIBS += base net config
LIBS += base net
SRC_CC += component.cc main.cc uplink.cc interface.cc

View File

@ -1,6 +1,6 @@
TARGET = nic_router
LIBS += base net config
LIBS += base net
SRC_CC += arp_waiter.cc ip_rule.cc
SRC_CC += component.cc port_allocator.cc forward_rule.cc

View File

@ -1,3 +1,3 @@
TARGET = part_blk
LIBS = base config
LIBS = base
SRC_CC = main.cc

View File

@ -1,4 +1,4 @@
TARGET = trace_fs
SRC_CC = main.cc
LIBS = base config
LIBS = base
INC_DIR += $(PRG_DIR)