diff --git a/cpu/6502/Makefile.6502 b/cpu/6502/Makefile.6502 index bfc03bd64..77ad8d60d 100644 --- a/cpu/6502/Makefile.6502 +++ b/cpu/6502/Makefile.6502 @@ -30,7 +30,7 @@ # # Author: Oliver Schmidt # -# $Id: Makefile.6502,v 1.20 2007/12/08 22:21:50 oliverschmidt Exp $ +# $Id: Makefile.6502,v 1.21 2007/12/15 11:05:38 oliverschmidt Exp $ # ifndef CONTIKI @@ -51,8 +51,8 @@ endif all: cs8900a.eth lan91c96.eth -CONTIKI_TARGET_DIRS = . lib -CONTIKI_CPU_DIRS = . lib net sys +CONTIKI_TARGET_DIRS = . lib sys +CONTIKI_CPU_DIRS = . lib sys net CONTIKI_TARGET_MAIN = ${addprefix $(OBJECTDIR)/,contiki-main.o} CONTIKI_TARGET_SOURCEFILES = contiki-main.c error.c cfs-posix.c petsciiconv.c diff --git a/platform/apple2enh/clock.c b/platform/apple2enh/sys/clock.c similarity index 97% rename from platform/apple2enh/clock.c rename to platform/apple2enh/sys/clock.c index 6d4680591..cb6b9cb32 100644 --- a/platform/apple2enh/clock.c +++ b/platform/apple2enh/sys/clock.c @@ -30,7 +30,7 @@ * * Author: Oliver Schmidt * - * $Id: clock.c,v 1.2 2007/11/20 21:54:06 oliverschmidt Exp $ + * $Id: clock.c,v 1.1 2007/12/15 11:04:11 oliverschmidt Exp $ */ #include