aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/AVR/MEGA/ADC/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/AVR/MEGA/ADC/Makefile')
-rw-r--r--testhal/AVR/MEGA/ADC/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/testhal/AVR/MEGA/ADC/Makefile b/testhal/AVR/MEGA/ADC/Makefile
index f7c12077a..49e1d32d7 100644
--- a/testhal/AVR/MEGA/ADC/Makefile
+++ b/testhal/AVR/MEGA/ADC/Makefile
@@ -61,12 +61,15 @@ OBJDIR = .
# Imported source files
CHIBIOS = ../../../..
+# HAL-OSAL files (optional).
include $(CHIBIOS)/os/hal/hal.mk
include $(CHIBIOS)/os/hal/boards/ARDUINO_MEGA/board.mk
include $(CHIBIOS)/os/hal/ports/AVR/MEGA/ATMEGAxx/platform.mk
include $(CHIBIOS)/os/hal/osal/rt/osal.mk
+# RTOS files (optional).
include $(CHIBIOS)/os/rt/rt.mk
include $(CHIBIOS)/os/common/ports/AVR/compilers/GCC/mk/port.mk
+# Other files (optional).
include $(CHIBIOS)/os/hal/lib/streams/streams.mk
# List C source files here. (C dependencies are automatically generated.)