
We don't really need to duplicate more of this, so just move the lib.rules include to the end and do more of the stuff that's common anyway there. Signed-off-by: Johannes Berg <johannes.berg@intel.com>
18 lines
322 B
Makefile
18 lines
322 B
Makefile
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
|
|
|
|
include ../lib.rules
|