mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-08-07 18:25:14 +00:00
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).
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
#
|
||||
# Author: Oliver Schmidt <ol.sc@web.de>
|
||||
#
|
||||
# $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
|
||||
|
@@ -30,7 +30,7 @@
|
||||
*
|
||||
* Author: Oliver Schmidt <ol.sc@web.de>
|
||||
*
|
||||
* $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 <stdio.h>
|
Reference in New Issue
Block a user