From b32f0643abb6c9b874f92c46375494a144a003df Mon Sep 17 00:00:00 2001 From: oliverschmidt Date: Sat, 15 Dec 2007 11:04:11 +0000 Subject: [PATCH] Moved stuff into sys subdir to clean up the apple2enh dir (and because the corresponding shared res. cpu stuff is in the sys dir as well). --- cpu/6502/Makefile.6502 | 6 +++--- platform/apple2enh/{ => sys}/clock.c | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) rename platform/apple2enh/{ => sys}/clock.c (97%) 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