Skip to content

Commit

Permalink
lua only builds for cortex-m
Browse files Browse the repository at this point in the history
  • Loading branch information
bradjc committed Sep 2, 2022
1 parent 556b003 commit 37d9445
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/lua-hello/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ TOCK_USERLAND_BASE_DIR = ../..
# We only compile this for Cortex-M platforms because of compiler
# errors when building lua on risc-v.
TOCK_TARGETS := cortex-m0 cortex-m3 cortex-m4 cortex-m7
TOCK_ARCH_FAMILIES := cortex-m

# Which files to compile.
C_SRCS := $(wildcard *.c)
Expand Down

0 comments on commit 37d9445

Please sign in to comment.