summaryrefslogtreecommitdiff
path: root/rbutil/mktccboot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'rbutil/mktccboot/Makefile')
-rw-r--r--rbutil/mktccboot/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/rbutil/mktccboot/Makefile b/rbutil/mktccboot/Makefile
index df49c6977d..4943a8c568 100644
--- a/rbutil/mktccboot/Makefile
+++ b/rbutil/mktccboot/Makefile
@@ -16,7 +16,7 @@ OUTPUT = mktccboot
16 16
17# inputs 17# inputs
18LIBSOURCES := mktccboot.c $(TOOLSDIR)telechips.c 18LIBSOURCES := mktccboot.c $(TOOLSDIR)telechips.c
19SOURCES := $(LIBSOURCES) main.c 19SOURCES := main.c
20EXTRADEPS := 20EXTRADEPS :=
21 21
22include ../libtools.make 22include ../libtools.make