aboutsummaryrefslogtreecommitdiff
path: root/pw_cpu_exception
diff options
context:
space:
mode:
authorAlexei Frolov <frolv@google.com>2020-06-10 16:24:50 -0700
committerWyatt Hepler <hepler@google.com>2020-06-16 09:50:59 -0700
commit258fc1b8bfa628a71a1f831a14270f20e1052ec7 (patch)
treee3579e477fb921e00bae41efa46cf006cc1fa978 /pw_cpu_exception
parent4c0428a0d8f3909beeb3d6f154c2cda72395d31b (diff)
downloadpigweed-258fc1b8bfa628a71a1f831a14270f20e1052ec7.tar.gz
Define docs target as a toolchain
This change creates a toolchain that configures the docs target and adds it to the default build. Change-Id: Ib2a8387253eef809f94411780174377e0d23e1a9
Diffstat (limited to 'pw_cpu_exception')
-rw-r--r--pw_cpu_exception/BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/pw_cpu_exception/BUILD.gn b/pw_cpu_exception/BUILD.gn
index d90b1c779..137fd84d3 100644
--- a/pw_cpu_exception/BUILD.gn
+++ b/pw_cpu_exception/BUILD.gn
@@ -17,6 +17,7 @@ import("//build_overrides/pigweed.gni")
import("$dir_pw_build/facade.gni")
import("$dir_pw_docgen/docs.gni")
+import("backend.gni")
config("default_config") {
include_dirs = [ "public" ]
}