From 2de0824f026172dafe9f83564c66df12d5f1da64 Mon Sep 17 00:00:00 2001 From: Paul Selkirk Date: Tue, 21 Apr 2015 12:36:44 -0400 Subject: Unify eim and i2c memory map, unify apps, build libraries. --- i2c/sw/Makefile | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100755 i2c/sw/Makefile (limited to 'i2c/sw/Makefile') diff --git a/i2c/sw/Makefile b/i2c/sw/Makefile deleted file mode 100755 index 9869e04..0000000 --- a/i2c/sw/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -all: hash_tester_i2c trng_tester_i2c hash_i2c trng_extractor_i2c - -.c.o: - gcc -c -Wall -o $@ $< - -hash_tester_i2c: hash_tester_i2c.o tc_i2c.o - gcc -o $@ $^ - -hash_tester_i2c.o: hash_tester_i2c.c tc_i2c.h - -trng_tester_i2c: trng_tester_i2c.o tc_i2c.o - gcc -o $@ $^ - -trng_tester_i2c.o: trng_tester_i2c.c tc_i2c.h - -hash_i2c: hash_i2c.o tc_i2c.o - gcc -o $@ $^ - -hash_i2c.o: hash_i2c.c tc_i2c.h - -trng_extractor_i2c: trng_extractor_i2c.o tc_i2c.o - gcc -o $@ $^ - -trng_extractor_i2c.o: trng_extractor_i2c.c tc_i2c.h - -tc_i2c.o: tc_i2c.c tc_i2c.h - -clean: - rm -f *.o hash_tester_i2c trng_tester_i2c hash_i2c trng_extractor_i2c -- cgit v1.2.3