Add remote_rom proxy component

Fixes #20
This commit is contained in:
Johannes Schlatow
2016-07-05 11:51:45 +02:00
committed by Norman Feske
parent 04c42f34bc
commit 2687de2376
17 changed files with 1441 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
INC_DIR += $(REP_DIR)/include/remote_rom
vpath % $(REP_DIR)/src/lib/remote_rom

View File

@@ -0,0 +1,9 @@
# \author Johannes Schlatow
# \date 2016-03-19
SRC_CC += backend/nic_ip/backend.cc
LIBS += base config net
# include less specific configuration
include $(REP_DIR)/lib/mk/remote_rom_backend.inc