X-Git-Url: https://git.libre-soc.org/?p=freedom-sifive.git;a=blobdiff_plain;f=build.sbt;fp=build.sbt;h=d6767db9fc7b3491fc5520d94d58625b709220b8;hp=000a24fa68aab42d72badfa78d62446567424329;hb=ec70d85cbc03ce5b497b58d1b0f50f39a3e2a4e3;hpb=f4375c22662f82b1b4f94e88b1aba6998b1f34ba diff --git a/build.sbt b/build.sbt index 000a24f..d6767db 100644 --- 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: _*)