diff options
Diffstat (limited to 'supervisor')
| -rw-r--r-- | supervisor/supervisor.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/supervisor/supervisor.mk b/supervisor/supervisor.mk index f67439a97..c56557197 100644 --- a/supervisor/supervisor.mk +++ b/supervisor/supervisor.mk @@ -4,7 +4,7 @@ SRC_SUPERVISOR = \ supervisor/shared/autoreload.c \ supervisor/shared/rgb_led_status.c -ifeq ($(wildcard supervisor/filesystem.c),) +ifeq ($(wildcard atmel-samd/supervisor/filesystem.c),) SRC_SUPERVISOR += supervisor/filesystem.c else SRC_SUPERVISOR += supervisor/stub/filesystem.c |
