From b292589304d062e65b01f5082af1a01429a15719 Mon Sep 17 00:00:00 2001 From: Harald Wolff Date: Tue, 26 Dec 2017 11:42:38 +0100 Subject: [PATCH] ATmega32u4 fix --- cpu/atmega32u4/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpu/atmega32u4/Makefile b/cpu/atmega32u4/Makefile index b9e4566..ce25179 100755 --- a/cpu/atmega32u4/Makefile +++ b/cpu/atmega32u4/Makefile @@ -1,2 +1,2 @@ -SUBS+=avr/core avr/usart/at90 avr/usb cpu/timer/at90timer0 +DEPENDS+=../../core ../../usart/at90 ../../timer/at90timer0 ../../usb