summaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorAditya Naik2024-07-22 15:34:03 -0700
committerAditya Naik2024-07-22 15:34:03 -0700
commit1272bd8bfd1c4b5cd1ddb3e1c3cb760d427b7bd9 (patch)
tree69c7b8fb9f51a686c00ad8fdc96d0fc830575d3f /build.sbt
parente9d996e2a4f27e194ce3503d3ea8d9651b3ac3c2 (diff)
Remove more incompatible files
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt5
1 files changed, 5 insertions, 0 deletions
diff --git a/build.sbt b/build.sbt
index c87b03f1..982139e9 100644
--- a/build.sbt
+++ b/build.sbt
@@ -39,6 +39,11 @@ lazy val core = (project in file("core")).
"-unchecked",
)
)
+ .dependsOn(macros)
+
+lazy val macros = (project in file("macros"))
+ .settings(name := "chisel-macros")
+ .settings(commonSettings: _*)
// This will always be the root project, even if we are a sub-project.
lazy val root = RootProject(file("."))