summaryrefslogtreecommitdiff
path: root/ecp/src/crypto/compat/Makefile
blob: 1a8c2ee1203b3f40cbabbe2dcc29a874e4ad2509 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
include ../../Makefile.platform
CFLAGS += $(PIC) -I../include -D__BEGIN_HIDDEN_DECLS= -D__END_HIDDEN_DECLS=

obj = explicit_bzero.o timingsafe_memcmp.o timingsafe_bcmp.o


all: $(obj)
dep: all

%.o: %.c
	$(CC) $(CFLAGS) -c $<

clean:
	rm -f *.o *.a