You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hostap/src/eap_server/Makefile

20 lines
281 B
Makefile

ALL=$(OUT)libeap_server.a
include ../lib.rules
install:
@echo Nothing to be made.
CFLAGS += -DCONFIG_HS20
LIB_OBJS= \
eap_server.o \
eap_server_identity.o \
eap_server_methods.o
_OBJS_VAR := LIB_OBJS
include ../objs.mk
$(OUT)libeap_server.a: $(LIB_OBJS)
$(AR) crT $@ $?