summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorPali Rohár <pali.rohar@gmail.com>2012-08-09 19:52:22 +0200
committerPali Rohár <pali.rohar@gmail.com>2012-08-09 19:52:22 +0200
commit6e710dcac95a402acb2f07db549a12f526b700a1 (patch)
tree79f1b1d8e8b2228610373bcf18c97d9c332c2745 /src/Makefile
parentb2883167d5db98d279687ea009950569568316a3 (diff)
download0xFFFF-6e710dcac95a402acb2f07db549a12f526b700a1.tar.bz2
Remove old hash.c code
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 531c956..fb9eedf 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1,6 +1,6 @@
include ../config.mk
OBJ=main.o hexdump.o dump.o flash.o serial.o qmode.o
-OBJ+=hash.o fpid.o query.o pieces.o utils.o devices.o console.o
+OBJ+=fpid.o query.o pieces.o utils.o devices.o console.o
OBJ+=squeue/squeue.o
BIN=0xFFFF
#LIBS=`${HAVE_USB} && echo -- '-lusb'`