aboutsummaryrefslogtreecommitdiff
path: root/romfs/tools/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'romfs/tools/Makefile')
-rw-r--r--romfs/tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/romfs/tools/Makefile b/romfs/tools/Makefile
index f86803d..f2a746f 100644
--- a/romfs/tools/Makefile
+++ b/romfs/tools/Makefile
@@ -22,7 +22,7 @@ include $(TOPCMNDIR)/make.rules
CPPFLAGS = -I$(INCLCMNDIR) -I$(INCLBRDDIR) -I.
CFLAGS += $(FLAG)
-SRCS = build_ffs.c cfg_parse.c create_flash.c create_crc.c
+SRCS = build_ffs.c cfg_parse.c create_flash.c create_crc.c crclib.c
OBJS = $(SRCS:%.c=%.o)
all: build_romfs