summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4a4ddfc..641fe3b 100755
--- a/Makefile
+++ b/Makefile
@@ -163,6 +163,12 @@ ztcat: ztcat.o
ztspeed: ztspeed.o
$(CC) -o ztspeed ztspeed.o
+sethdlc-new: sethdlc-new.o
+ $(CC) -o sethdlc-new sethdlc-new.o
+
+sethdlc-new.o: sethdlc-new.c
+ ($CC) -c $(CFLAGS) -I$(KINCLUDES) sethdlc-new.c
+
$(LIBTONEZONE): $(TZOBJS)
$(CC) -shared -Wl,-soname,libtonezone.so.1 -lm -o $@ $(TZOBJS)
/sbin/ldconfig -n .