summaryrefslogtreecommitdiffstats
path: root/libs/CMakeLists.txt
diff options
context:
space:
mode:
authorEvan Lojewski <github@meklort.com>2020-10-28 21:04:32 -0600
committerGitHub <noreply@github.com>2020-10-28 21:04:32 -0600
commit7031eabcfcdb606998d5398e22676d2714355596 (patch)
treec51b8a7d37d6ccff3afe955c4adf306892c43baf /libs/CMakeLists.txt
parent98847d8427bf1a96d268a14f8ebb75cc67c45b60 (diff)
downloadbcm5719-ortega-7031eabcfcdb606998d5398e22676d2714355596.tar.gz
bcm5719-ortega-7031eabcfcdb606998d5398e22676d2714355596.zip
timer: Add an initial timer library. (#155)
Diffstat (limited to 'libs/CMakeLists.txt')
-rw-r--r--libs/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/libs/CMakeLists.txt b/libs/CMakeLists.txt
index 6a3c9e1..fc5caa7 100644
--- a/libs/CMakeLists.txt
+++ b/libs/CMakeLists.txt
@@ -2,7 +2,7 @@
###
### @file libs/CMakeLists.txt
###
-### @project
+### @project bcm5719-fw
###
### @brief Library CMake file
###
@@ -48,6 +48,8 @@ add_subdirectory(APE)
add_subdirectory(MII)
add_subdirectory(VPD)
+add_subdirectory(Timer)
+
add_subdirectory(NCSI)
add_subdirectory(Network)
OpenPOWER on IntegriCloud