mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-22 08:50:09 +00:00
os: removal of deprecated os/config.h (fix #2431)
This commit is contained in:
committed by
Christian Helmuth
parent
dd214a8b15
commit
632ef28463
@ -1,6 +1,6 @@
|
||||
TARGET = nic_dump
|
||||
|
||||
LIBS += base net config
|
||||
LIBS += base net
|
||||
|
||||
SRC_CC += component.cc main.cc uplink.cc interface.cc
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +1,3 @@
|
||||
TARGET = part_blk
|
||||
LIBS = base config
|
||||
LIBS = base
|
||||
SRC_CC = main.cc
|
||||
|
@ -1,4 +1,4 @@
|
||||
TARGET = trace_fs
|
||||
SRC_CC = main.cc
|
||||
LIBS = base config
|
||||
LIBS = base
|
||||
INC_DIR += $(PRG_DIR)
|
||||
|
Reference in New Issue
Block a user