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_common/Makefile

30 lines
481 B
Makefile

ALL=$(OUT)libeap_common.a
include ../lib.rules
install:
@echo Nothing to be made.
LIB_OBJS= \
chap.o \
eap_common.o \
eap_eke_common.o \
eap_eke_common.o \
eap_fast_common.o \
eap_gpsk_common.o \
eap_ikev2_common.o \
eap_pax_common.o \
eap_peap_common.o \
eap_psk_common.o \
eap_pwd_common.o \
eap_sake_common.o \
eap_sim_common.o \
eap_wsc_common.o \
ikev2_common.o
_OBJS_VAR := LIB_OBJS
include ../objs.mk
$(OUT)libeap_common.a: $(LIB_OBJS)
$(AR) crT $@ $?