X-Git-Url: https://git.libre-soc.org/?p=freedom-sifive.git;a=blobdiff_plain;f=build.sbt;h=d6767db9fc7b3491fc5520d94d58625b709220b8;hp=000a24fa68aab42d72badfa78d62446567424329;hb=9f0877fc85a299ad0c6d9c2e2eec411e3ce87d8c;hpb=3cf8128a3037cbe02a1542c43f7bf3798f6060b1 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: _*)