From 95b70fe0fc040f31b8e7f686bd6e9d9b8fd39b4f Mon Sep 17 00:00:00 2001 From: uz Date: Sun, 20 Sep 2009 16:47:30 +0000 Subject: [PATCH] Renamed the comlynx source and driver to lynx-comlynx, so it follows the existing naming conventions. git-svn-id: svn://svn.cc65.org/cc65/trunk@4201 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- libsrc/lynx/Makefile | 3 +-- libsrc/lynx/{comlynx.s => lynx-comlynx.s} | 0 2 files changed, 1 insertion(+), 2 deletions(-) rename libsrc/lynx/{comlynx.s => lynx-comlynx.s} (100%) diff --git a/libsrc/lynx/Makefile b/libsrc/lynx/Makefile index 76643b0b7..b355d9e8b 100644 --- a/libsrc/lynx/Makefile +++ b/libsrc/lynx/Makefile @@ -46,7 +46,6 @@ CFLAGS = -Osir -g -T -t $(SYS) --forget-inc-paths -I . -I ../../include # Object files OBJS = cgetc.o \ - comlynx.o \ crt0.o \ ctype.o \ eeprom.o \ @@ -65,7 +64,7 @@ JOYS = lynx-stdjoy.joy MOUS = -SERS = +SERS = lynx-comlynx.ser TGIS = lynx-160-102-16.tgi diff --git a/libsrc/lynx/comlynx.s b/libsrc/lynx/lynx-comlynx.s similarity index 100% rename from libsrc/lynx/comlynx.s rename to libsrc/lynx/lynx-comlynx.s -- 2.39.5