aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/AVR/SPI/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/AVR/SPI/Makefile')
-rw-r--r--testhal/AVR/SPI/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/testhal/AVR/SPI/Makefile b/testhal/AVR/SPI/Makefile
index 45f690430..b13d75b57 100644
--- a/testhal/AVR/SPI/Makefile
+++ b/testhal/AVR/SPI/Makefile
@@ -60,20 +60,20 @@ OBJDIR = .
CHIBIOS = ../../..
include $(CHIBIOS)/os/hal/hal.mk
include $(CHIBIOS)/os/hal/boards/ARDUINO_UNO/board.mk
-include $(CHIBIOS)/os/hal/ports/AVR/platform.mk
+include $(CHIBIOS)/os/hal/ports/AVR/MEGA/platform.mk
include $(CHIBIOS)/os/hal/osal/rt/osal.mk
include $(CHIBIOS)/os/rt/rt.mk
include $(CHIBIOS)/os/common/ports/AVR/compilers/GCC/mk/port.mk
include $(CHIBIOS)/os/hal/lib/streams/streams.mk
# List C source files here. (C dependencies are automatically generated.)
-SRC = $(KERNSRC) \
- $(PORTSRC) \
- $(OSALSRC) \
- $(HALSRC) \
- $(PLATFORMSRC) \
- $(BOARDSRC) \
- $(STREAMSSRC) \
+SRC = $(KERNSRC) \
+ $(PORTSRC) \
+ $(OSALSRC) \
+ $(HALSRC) \
+ $(PLATFORMSRC) \
+ $(BOARDSRC) \
+ $(STREAMSSRC) \
$(CHIBIOS)/os/various/evtimer.c \
main.c