diff --git a/platform/apple2enh/Makefile.apple2enh b/platform/apple2enh/Makefile.apple2enh index 47f2349b6..9ae6d8ede 100644 --- a/platform/apple2enh/Makefile.apple2enh +++ b/platform/apple2enh/Makefile.apple2enh @@ -30,11 +30,11 @@ # # Author: Oliver Schmidt # -# $Id: Makefile.apple2enh,v 1.13 2010/05/07 21:02:35 oliverschmidt Exp $ +# $Id: Makefile.apple2enh,v 1.14 2010/05/08 07:26:20 oliverschmidt Exp $ # CONTIKI_SOURCEFILES += pfs.S -HIGHCODE_SOURCEFILES = etimer.c tcpip.c uip_arp.c +HIGHCODE_SOURCEFILES = process.c etimer.c uip_arp.c CONTIKI_CPU = $(CONTIKI)/cpu/6502 include $(CONTIKI_CPU)/Makefile.6502