freedom: bump submodules to their respective masters
[freedom-sifive.git] / build.sbt
index 000a24fa68aab42d72badfa78d62446567424329..d6767db9fc7b3491fc5520d94d58625b709220b8 100644 (file)
--- a/build.sbt
+++ b/build.sbt
@@ -25,6 +25,10 @@ lazy val sifiveBlocks = (project in file("sifive-blocks")).
   dependsOn(rocketChip).
   settings(commonSettings: _*)
 
-lazy val freedomPlatforms = (project in file(".")).
+lazy val fpgaShells = (project in file("fpga-shells")).
   dependsOn(rocketChip, sifiveBlocks).
   settings(commonSettings: _*)
+
+lazy val freedomPlatforms = (project in file(".")).
+  dependsOn(rocketChip, sifiveBlocks, fpgaShells).
+  settings(commonSettings: _*)