summaryrefslogtreecommitdiffstats
path: root/libs
diff options
context:
space:
mode:
authorEvan Lojewski <github@meklort.com>2019-07-14 20:33:14 -0600
committerEvan Lojewski <github@meklort.com>2019-07-14 20:33:14 -0600
commit8837f08deb6f63610359dbe831cc3f29e91f36a2 (patch)
tree0f501995e4484663f3208fd5e9b20020be4bb076 /libs
parent1ef515b9628752092016beea0cb10cac48b9e490 (diff)
downloadbcm5719-ortega-8837f08deb6f63610359dbe831cc3f29e91f36a2.tar.gz
bcm5719-ortega-8837f08deb6f63610359dbe831cc3f29e91f36a2.zip
Network: Enable printf from the network library.
Diffstat (limited to 'libs')
-rw-r--r--libs/Network/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/Network/CMakeLists.txt b/libs/Network/CMakeLists.txt
index d82b50b..63ccf88 100644
--- a/libs/Network/CMakeLists.txt
+++ b/libs/Network/CMakeLists.txt
@@ -61,7 +61,7 @@ target_include_directories(${PROJECT_NAME} PUBLIC include)
# ARM Library
arm_add_library(${PROJECT_NAME}-arm STATIC ${SOURCES})
-target_link_libraries(${PROJECT_NAME}-arm PRIVATE NCSI-arm)
+target_link_libraries(${PROJECT_NAME}-arm PRIVATE NCSI-arm printf-arm)
target_include_directories(${PROJECT_NAME}-arm PUBLIC ../../include)
target_include_directories(${PROJECT_NAME}-arm PUBLIC include)
OpenPOWER on IntegriCloud