From 7f077e978738c3ecdb37b3d5cf30e03bb63fc8ad Mon Sep 17 00:00:00 2001 From: Alexander D'hoore Date: Wed, 13 Dec 2017 17:36:32 +0100 Subject: ipcpd: Add support for raptor FPGA device This adds the initial raptor support from the master thesis entitled (dutch) "Implementatie van de Recursive Internet Architecture op een FPGA platform". Signed-off-by: Dimitri Staessens Signed-off-by: Sander Vrijders --- src/ipcpd/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ipcpd/CMakeLists.txt') diff --git a/src/ipcpd/CMakeLists.txt b/src/ipcpd/CMakeLists.txt index a1559b4d..f43dba65 100644 --- a/src/ipcpd/CMakeLists.txt +++ b/src/ipcpd/CMakeLists.txt @@ -33,6 +33,7 @@ set(IPCP_SOURCES add_subdirectory(local) add_subdirectory(normal) +add_subdirectory(raptor) add_subdirectory(shim-udp) add_subdirectory(shim-eth-llc) -- cgit v1.2.3