Skip to content

Commit

Permalink
[sw/example] add compile guard to makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
stnolting committed Apr 16, 2023
1 parent 1fd3079 commit 630f656
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sw/example/demo_freeRTOS_xirq/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ USER_FLAGS ?=
# -----------------------------------------------------------------------------
# FreeRTOS
# -----------------------------------------------------------------------------
ifneq (,$(findstring RUN_FREERTOS_DEMO,$(USER_FLAGS)))
# FreeRTOS home folder (adapt this!)
FREERTOS_HOME ?= /mnt/n/Projects/FreeRTOS

Expand Down Expand Up @@ -60,6 +61,7 @@ ASM_INC += -I chip_specific_extensions/neorv32

# Demo application
APP_SRC += demo/main_demo.c
endif



Expand Down

0 comments on commit 630f656

Please sign in to comment.