summaryrefslogtreecommitdiffstats
path: root/simulator
diff options
context:
space:
mode:
authorEvan Lojewski <github@meklort.com>2019-06-01 10:57:29 -0600
committerEvan Lojewski <github@meklort.com>2019-06-01 10:57:29 -0600
commit3a5e8aba2ca066626ec4ec058153530c4591b1e5 (patch)
tree70a90e137b8fff2847175a91d58d34caefa565a5 /simulator
parenta70db0191841f43b6453cc395a22e68f8cb365db (diff)
downloadbcm5719-ortega-3a5e8aba2ca066626ec4ec058153530c4591b1e5.tar.gz
bcm5719-ortega-3a5e8aba2ca066626ec4ec058153530c4591b1e5.zip
Additional refactoring to ensure network tx/rx is enabled properly.
Diffstat (limited to 'simulator')
-rw-r--r--simulator/CMakeLists.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/simulator/CMakeLists.txt b/simulator/CMakeLists.txt
index 0d0d7b1..2b0f343 100644
--- a/simulator/CMakeLists.txt
+++ b/simulator/CMakeLists.txt
@@ -50,6 +50,13 @@ simulator_add_library(${PROJECT_NAME} STATIC
APE_RX_PORT3.cpp
APE_RX_PORT3_sim.cpp
+ APE_DEVICE1.cpp
+ APE_DEVICE1_sim.cpp
+ APE_DEVICE2.cpp
+ APE_DEVICE2_sim.cpp
+ APE_DEVICE3.cpp
+ APE_DEVICE3_sim.cpp
+
)
include_directories(../libs/NVRam)
OpenPOWER on IntegriCloud