Merge pull request #267 from oliverschmidt/master
Removed some more old RCS tags from the Contiki source tree.
This commit is contained in:
commit
807293ab6d
@ -30,8 +30,6 @@
|
|||||||
#
|
#
|
||||||
# Author: Oliver Schmidt <ol.sc@web.de>
|
# Author: Oliver Schmidt <ol.sc@web.de>
|
||||||
#
|
#
|
||||||
# $Id: Makefile.6502,v 1.35 2011/01/23 16:30:30 oliverschmidt Exp $
|
|
||||||
#
|
|
||||||
|
|
||||||
ifndef CC65_HOME
|
ifndef CC65_HOME
|
||||||
${error CC65_HOME not defined! You must specify where cc65 resides}
|
${error CC65_HOME not defined! You must specify where cc65 resides}
|
||||||
|
@ -30,8 +30,6 @@
|
|||||||
;
|
;
|
||||||
; Author: Adam Dunkels <adam@sics.se>, Oliver Schmidt <ol.sc@web.de>
|
; Author: Adam Dunkels <adam@sics.se>, Oliver Schmidt <ol.sc@web.de>
|
||||||
;
|
;
|
||||||
; $Id: cs8900a.S,v 1.5 2007/12/08 21:19:06 oliverschmidt Exp $
|
|
||||||
;
|
|
||||||
;---------------------------------------------------------------------
|
;---------------------------------------------------------------------
|
||||||
|
|
||||||
.segment "JUMPTABLE"
|
.segment "JUMPTABLE"
|
||||||
|
@ -31,8 +31,6 @@
|
|||||||
; Author: Adam Dunkels <adam@sics.se>, Josef Soucek <josef.soucek@ide64.org>,
|
; Author: Adam Dunkels <adam@sics.se>, Josef Soucek <josef.soucek@ide64.org>,
|
||||||
; Oliver Schmidt <ol.sc@web.de>
|
; Oliver Schmidt <ol.sc@web.de>
|
||||||
;
|
;
|
||||||
; $Id: lan91c96.S,v 1.2 2007/12/01 20:23:11 oliverschmidt Exp $
|
|
||||||
;
|
|
||||||
;---------------------------------------------------------------------
|
;---------------------------------------------------------------------
|
||||||
|
|
||||||
.segment "JUMPTABLE"
|
.segment "JUMPTABLE"
|
||||||
|
@ -30,8 +30,6 @@
|
|||||||
;
|
;
|
||||||
; Author: Adam Dunkels <adam@sics.se>, Oliver Schmidt <ol.sc@web.de>
|
; Author: Adam Dunkels <adam@sics.se>, Oliver Schmidt <ol.sc@web.de>
|
||||||
;
|
;
|
||||||
; $Id: lc-asm.S,v 1.2 2007/04/14 15:48:42 oliverschmidt Exp $
|
|
||||||
;
|
|
||||||
;---------------------------------------------------------------------
|
;---------------------------------------------------------------------
|
||||||
.importzp ptr1
|
.importzp ptr1
|
||||||
.export _lc_set
|
.export _lc_set
|
||||||
|
@ -30,8 +30,6 @@
|
|||||||
;
|
;
|
||||||
; Author: Adam Dunkels <adam@sics.se>
|
; Author: Adam Dunkels <adam@sics.se>
|
||||||
;
|
;
|
||||||
; $Id: mtarch-asm.S,v 1.1 2007/12/15 00:14:19 oliverschmidt Exp $
|
|
||||||
;
|
|
||||||
;---------------------------------------------------------------------
|
;---------------------------------------------------------------------
|
||||||
.import __ZP_START__
|
.import __ZP_START__
|
||||||
|
|
||||||
|
@ -30,8 +30,6 @@
|
|||||||
#
|
#
|
||||||
# Author: Oliver Schmidt <ol.sc@web.de>
|
# Author: Oliver Schmidt <ol.sc@web.de>
|
||||||
#
|
#
|
||||||
# $Id: Makefile.apple2enh,v 1.19 2010/10/23 08:17:45 oliverschmidt Exp $
|
|
||||||
#
|
|
||||||
|
|
||||||
CONTIKI_TARGET_SOURCEFILES += pfs.S
|
CONTIKI_TARGET_SOURCEFILES += pfs.S
|
||||||
|
|
||||||
|
@ -30,8 +30,6 @@
|
|||||||
;
|
;
|
||||||
; Author: Oliver Schmidt <ol.sc@web.de>
|
; Author: Oliver Schmidt <ol.sc@web.de>
|
||||||
;
|
;
|
||||||
; $Id: pfs.S,v 1.2 2010/07/20 20:42:25 oliverschmidt Exp $
|
|
||||||
;
|
|
||||||
;---------------------------------------------------------------------
|
;---------------------------------------------------------------------
|
||||||
.constructor init_pfs
|
.constructor init_pfs
|
||||||
.destructor done_pfs
|
.destructor done_pfs
|
||||||
|
@ -30,8 +30,6 @@
|
|||||||
#
|
#
|
||||||
# Author: Oliver Schmidt <ol.sc@web.de>
|
# Author: Oliver Schmidt <ol.sc@web.de>
|
||||||
#
|
#
|
||||||
# $Id: Makefile.atari,v 1.3 2011/01/23 16:25:45 oliverschmidt Exp $
|
|
||||||
#
|
|
||||||
|
|
||||||
ETHERNET = cs8900a
|
ETHERNET = cs8900a
|
||||||
|
|
||||||
|
@ -30,8 +30,6 @@
|
|||||||
#
|
#
|
||||||
# Author: Oliver Schmidt <ol.sc@web.de>
|
# Author: Oliver Schmidt <ol.sc@web.de>
|
||||||
#
|
#
|
||||||
# $Id: Makefile.atari,v 1.3 2011/01/23 16:25:45 oliverschmidt Exp $
|
|
||||||
#
|
|
||||||
|
|
||||||
ETHERNET = cs8900a
|
ETHERNET = cs8900a
|
||||||
|
|
||||||
|
@ -30,8 +30,6 @@
|
|||||||
#
|
#
|
||||||
# Author: Oliver Schmidt <ol.sc@web.de>
|
# Author: Oliver Schmidt <ol.sc@web.de>
|
||||||
#
|
#
|
||||||
# $Id: Makefile.c128,v 1.15 2010/10/23 13:48:06 oliverschmidt Exp $
|
|
||||||
#
|
|
||||||
|
|
||||||
CONTIKI_TARGET_SOURCEFILES += pfs.S pfs_write.S
|
CONTIKI_TARGET_SOURCEFILES += pfs.S pfs_write.S
|
||||||
|
|
||||||
|
@ -30,8 +30,6 @@
|
|||||||
#
|
#
|
||||||
# Author: Oliver Schmidt <ol.sc@web.de>
|
# Author: Oliver Schmidt <ol.sc@web.de>
|
||||||
#
|
#
|
||||||
# $Id: Makefile.c64,v 1.17 2010/10/23 13:48:06 oliverschmidt Exp $
|
|
||||||
#
|
|
||||||
|
|
||||||
CONTIKI_TARGET_SOURCEFILES += pfs.S pfs_write.S
|
CONTIKI_TARGET_SOURCEFILES += pfs.S pfs_write.S
|
||||||
|
|
||||||
|
@ -30,8 +30,6 @@
|
|||||||
#
|
#
|
||||||
# Author: Oliver Schmidt <ol.sc@web.de>
|
# Author: Oliver Schmidt <ol.sc@web.de>
|
||||||
#
|
#
|
||||||
# $Id: Makefile,v 1.9 2008/11/10 22:10:33 oliverschmidt Exp $
|
|
||||||
#
|
|
||||||
|
|
||||||
PRGS = about calc dhcp directory email ftp irc netconf processes shell \
|
PRGS = about calc dhcp directory email ftp irc netconf processes shell \
|
||||||
telnet telnetd webserver www
|
telnet telnetd webserver www
|
||||||
|
@ -30,8 +30,6 @@
|
|||||||
#
|
#
|
||||||
# Author: Oliver Schmidt <ol.sc@web.de>
|
# Author: Oliver Schmidt <ol.sc@web.de>
|
||||||
#
|
#
|
||||||
# $Id: Makefile.win32,v 1.20 2010/10/12 11:03:53 oliverschmidt Exp $
|
|
||||||
#
|
|
||||||
|
|
||||||
TARGET_LIBFILES = /lib/w32api/libws2_32.a /lib/w32api/libiphlpapi.a
|
TARGET_LIBFILES = /lib/w32api/libws2_32.a /lib/w32api/libiphlpapi.a
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user