Skip to content
Snippets Groups Projects
Commit 318a9022 authored by rswindell's avatar rswindell
Browse files

Added crc16.o to addfiles filelist and makeuser build rules.

parent 36dd517d
Branches
Tags
No related merge requests found
......@@ -311,6 +311,7 @@ $(ADDFILES): \
$(EXEODIR)/scfglib1.o \
$(EXEODIR)/scfglib2.o \
$(EXEODIR)/nopen.o \
$(EXEODIR)/crc16.o \
$(EXEODIR)/str_util.o \
$(EXEODIR)/dat_rec.o \
$(EXEODIR)/filedat.o \
......@@ -329,6 +330,7 @@ $(FILELIST): \
$(EXEODIR)/scfglib1.o \
$(EXEODIR)/scfglib2.o \
$(EXEODIR)/nopen.o \
$(EXEODIR)/crc16.o \
$(EXEODIR)/str_util.o \
$(EXEODIR)/dat_rec.o \
$(EXEODIR)/filedat.o \
......@@ -347,6 +349,7 @@ $(MAKEUSER): \
$(EXEODIR)/scfglib1.o \
$(EXEODIR)/scfglib2.o \
$(EXEODIR)/nopen.o \
$(EXEODIR)/crc16.o \
$(EXEODIR)/str_util.o \
$(EXEODIR)/dat_rec.o \
$(EXEODIR)/userdat.o \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment