From: Alan Cox Date: Tue, 28 Aug 2018 16:01:12 +0000 (+0100) Subject: sbcv2: update Makefile X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=ac9f455222112d60ce9625d671da772b2450d871;p=FUZIX.git sbcv2: update Makefile --- diff --git a/Kernel/platform-sbcv2/Makefile b/Kernel/platform-sbcv2/Makefile index b807b31b..8e31f8ec 100644 --- a/Kernel/platform-sbcv2/Makefile +++ b/Kernel/platform-sbcv2/Makefile @@ -6,7 +6,7 @@ CSRCS += devices.c main.c DISCSRCS = discard.c -ASRCS = sbcv2.s crt0.s ds1302-n8vem.s +ASRCS = sbcv2.s crt0.s ASRCS += tricks.s commonmem.s DISCARD_DSRCS = ../dev/devide_discard.c