Add MWC units.c to 6809 build
authorTormod Volden <debian.tormod@gmail.com>
Wed, 1 Jun 2016 18:36:12 +0000 (20:36 +0200)
committerAlan Cox <alan@linux.intel.com>
Wed, 1 Jun 2016 20:21:18 +0000 (21:21 +0100)
Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
Applications/MWC/cmd/Makefile.6809

index 2d538d5..8ac92fc 100644 (file)
@@ -15,7 +15,7 @@ CRT0 = ../../../Library/libs/crt0_6809.o
 .SUFFIXES: .c .o
 
 
-SRCS  = ac.c almanac.c at.c calendar.c col.c deroff.c expr.c find.c m4.c moo.c pr.c tar.c test.c ttt.c
+SRCS  = ac.c almanac.c at.c calendar.c col.c deroff.c expr.c find.c m4.c moo.c pr.c tar.c test.c ttt.c units.c
 
 OBJS = $(SRCS:.c=.o)