diff options
| author | Hierophect <hierophect@gmail.com> | 2019-07-22 13:04:31 -0400 |
|---|---|---|
| committer | Hierophect <hierophect@gmail.com> | 2019-07-22 13:08:55 -0400 |
| commit | f65404cc05cba9c45f3f87ea53e637965b9e3164 (patch) | |
| tree | bc4b3a3d9f64c6f53453ff11b7d4d7eb4b7dab20 /supervisor/supervisor.mk | |
| parent | 58630a844ad1db7d30671a3cb18f433e015a40a3 (diff) | |
Cleanup missed items
Diffstat (limited to 'supervisor/supervisor.mk')
| -rw-r--r-- | supervisor/supervisor.mk | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/supervisor/supervisor.mk b/supervisor/supervisor.mk index b4d7e9d50..2d50e7a8b 100644 --- a/supervisor/supervisor.mk +++ b/supervisor/supervisor.mk @@ -10,9 +10,8 @@ SRC_SUPERVISOR = \ supervisor/shared/safe_mode.c \ supervisor/shared/stack.c \ supervisor/shared/status_leds.c \ - supervisor/shared/safe_mode.c \ - supervisor/shared/translate.c \ - + supervisor/shared/translate.c + ifndef $(NO_USB) NO_USB = $(wildcard supervisor/usb.c) endif |
