summaryrefslogtreecommitdiffstats
path: root/stage1
diff options
context:
space:
mode:
authorLojewski, Evan <github@meklort.com>2019-05-11 18:02:35 -0600
committerLojewski, Evan <github@meklort.com>2019-05-11 18:02:35 -0600
commit8921aeeabe819d7a62d45997a047662755b177d4 (patch)
treeaedafdf85aeb22b88af2b343c28578b8c55df5c1 /stage1
parent7b09ea6872887b51d8690b422d979c4769a1b36a (diff)
downloadbcm5719-ortega-8921aeeabe819d7a62d45997a047662755b177d4.tar.gz
bcm5719-ortega-8921aeeabe819d7a62d45997a047662755b177d4.zip
Disabe VPD library for mips until fixed.
Diffstat (limited to 'stage1')
-rw-r--r--stage1/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/stage1/CMakeLists.txt b/stage1/CMakeLists.txt
index c78944f..6812ac6 100644
--- a/stage1/CMakeLists.txt
+++ b/stage1/CMakeLists.txt
@@ -53,9 +53,10 @@ mips_add_executable(${PROJECT_NAME}
crt.s)
mips_linker_script(${PROJECT_NAME} ${LINKER_SCRIPT})
-target_link_libraries(${PROJECT_NAME} NVRam-mips MII-mips VPD-mips APE-mips)
+target_link_libraries(${PROJECT_NAME} NVRam-mips MII-mips APE-mips)
target_link_libraries(${PROJECT_NAME} bcm5719)
target_compile_options(${PROJECT_NAME} PRIVATE -nodefaultlibs)
+target_include_directories(${PROJECT_NAME} PUBLIC ../libs/VPD/include)
# Simulator add_executable
OpenPOWER on IntegriCloud