Add rules for building src/crypto as a library

For now, this is hardcoded to support only the internal crypto
implementation.
This commit is contained in:
Jouni Malinen 2009-12-05 22:03:46 +02:00
parent 841b52b403
commit 631afd993f
5 changed files with 74 additions and 16 deletions

View file

@ -8,14 +8,7 @@ install:
@echo Nothing to be made.
ifndef CC
CC=gcc
endif
ifndef CFLAGS
CFLAGS = -MMD -O2 -Wall -g
endif
include ../lib.rules
LIB_OBJS= \
base64.o \