MOXA linux-2.6.x / linux-2.6.9-uc0 from sdlinux-moxaart.tgz
[linux-2.6.9-moxart.git] / drivers / char / mxhwenp / test / Makefile.key
blob5a97748cb0ecd0ad31cf7a2ef01cd6cfe4d5e987
1 # ----------- definition for test programs ----------------------------
2 include cipher.mk
4 SSLSRCS = $(SSLDESDIR)/set_key.c $(SSLAESDIR)/aes_core.c
6 SSLOBJS = $(SSLDESDIR)/set_key.o $(SSLAESDIR)/aes_core.o 
8 SRCS := $(SSLSRCS) test_key.c 
9 OBJS := $(SSLOBJS) test_key.o 
11 CFLAGS = $(SSLCFLAGS)
13 all: test_key
15 test_key: $(OBJS)
16         gcc -o $@ $(OBJS) 
18 clean:
19         rm -f $(OBJS) test_key *~ core