Files
genode-world/lib/mk/remote_rom_backend_nic_ip.mk
2019-05-07 10:14:34 +02:00

11 lines
290 B
Makefile

# \author Johannes Schlatow
# \date 2016-03-19
SRC_CC += backend/nic_ip/base.cc backend/nic_ip/client.cc backend/nic_ip/server.cc
INC_DIR += $(REP_DIR)/src/lib/remote_rom/backend/nic_ip
LIBS += base net
# include less specificuration
include $(REP_DIR)/lib/mk/remote_rom_backend.inc