Skip to content

Commit

Permalink
add build.wake and build.sc
Browse files Browse the repository at this point in the history
  • Loading branch information
albertchen-sifive committed Feb 1, 2019
1 parent f79faa2 commit 19c156e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.wake
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
global def sifiveBlocksProject = millScalaProject "SifiveBlocks" here (rocketchipProject, Nil) "sifiveblocks" "SifiveBlocksBase"

publish scalaProjects = sifiveBlocksProject
9 changes: 9 additions & 0 deletions sifiveblocks.sc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import mill._
import mill.scalalib._
import ammonite.ops._

import $file.^.`scala-wake`.common, common._

trait SifiveBlocksBase extends ScalaModule with WakeModule with CommonOptions {
def millSourcePath = os.pwd
}

0 comments on commit 19c156e

Please sign in to comment.