From 726124965a3f9a743c6a57c5bf8d5476bf5bfb62 Mon Sep 17 00:00:00 2001 From: Oliver Schmidt Date: Sat, 3 Nov 2018 16:17:05 +0100 Subject: [PATCH] Removed Apple][ mouse driver file. The Apple][ mouse driver file became obsolte with https://github.com/oliverschmidt/contiki/commit/91beb8670f9c8000330c11e54ed46c8e5ac4049f. --- tools/6502/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/6502/Makefile b/tools/6502/Makefile index 3b3e43975..e27c13265 100644 --- a/tools/6502/Makefile +++ b/tools/6502/Makefile @@ -184,7 +184,6 @@ else java -jar $(AC) -p $@ lan91c96.eth rel 0 < ../../cpu/6502/ethconfig/lan91c96.eth java -jar $(AC) -p $@ w5100.eth rel 0 < ../../cpu/6502/ethconfig/w5100.eth endif - java -jar $(AC) -p $@ contiki.mou rel 0 < $(CC65)/apple2enh/drv/mou/a2e.stdmou.mou java -jar $(AC) -p $@ index.htm bin 0 < ../../examples/webserver/httpd-cfs/index.htm java -jar $(AC) -p $@ backgrnd.gif bin 0 < ../../examples/webserver/httpd-cfs/backgrnd.gif java -jar $(AC) -p $@ contiki.gif bin 0 < ../../examples/webserver/httpd-cfs/contiki.gif