From f5e277a3e4a0f020d6a0b70008b01eec2079d104 Mon Sep 17 00:00:00 2001 From: johanknol Date: Tue, 27 Feb 2001 11:42:41 +0000 Subject: [PATCH] fix for rtc390 git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@659 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- device/lib/ds390/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device/lib/ds390/Makefile b/device/lib/ds390/Makefile index fb7d3c6d..da5e9855 100755 --- a/device/lib/ds390/Makefile +++ b/device/lib/ds390/Makefile @@ -2,7 +2,7 @@ CC = ../../../bin/sdcc #VERBOSE = --verbose -OBJECTS = tinibios.rel memcpyx.rel lcd390.rel i2c390.rel +OBJECTS = tinibios.rel memcpyx.rel lcd390.rel i2c390.rel rstc390.rel SOURCES = $(patsubst %.rel,%.c,$(OBJECTS)) -- 2.47.2