We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c1529a commit 84db656Copy full SHA for 84db656
Makefile
@@ -113,7 +113,7 @@ examples: toolchain
113
# Used when we need to build a crate for the host OS, as libtock_runtime only
114
# supports running on Tock.
115
EXCLUDE_RUNTIME := --exclude libtock --exclude libtock_runtime \
116
- --exclude libtock_debug_panic --exclude libtock_small_panic
+ --exclude libtock_debug_panic --exclude libtock_small_panic --exclude embedded_graphics_libtock
117
118
# Arguments to pass to cargo to exclude demo crates.
119
EXCLUDE_RUNTIME := $(EXCLUDE_RUNTIME) --exclude st7789 --exclude st7789-slint
0 commit comments