From f0b78178f32b70c22beda41ddfdfa97470d55eeb Mon Sep 17 00:00:00 2001 From: Harald Wolff Date: Wed, 25 Oct 2017 14:29:41 +0200 Subject: [PATCH] fixed at90usb1286 Makefile --- cpu/at90usb1286/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpu/at90usb1286/Makefile b/cpu/at90usb1286/Makefile index eea6327..0f3abb0 100755 --- a/cpu/at90usb1286/Makefile +++ b/cpu/at90usb1286/Makefile @@ -1,2 +1,2 @@ -SUBS+=avr/core cpu/timer/at90timer0 avr/usb avr/usart/at90 +DEPENDS+=../../core ../../timer/at90timer0 ../../usb ../../usart/at90