xref: /third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/Makefile
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
1e5b75505Sopenharmony_ciall: libcommon.a
2e5b75505Sopenharmony_ci
3e5b75505Sopenharmony_ciclean:
4e5b75505Sopenharmony_ci	rm -f *~ *.o *.d *.gcno *.gcda *.gcov libcommon.a
5e5b75505Sopenharmony_ci
6e5b75505Sopenharmony_ciinstall:
7e5b75505Sopenharmony_ci	@echo Nothing to be made.
8e5b75505Sopenharmony_ci
9e5b75505Sopenharmony_ciinclude ../lib.rules
10e5b75505Sopenharmony_ci
11e5b75505Sopenharmony_ciCFLAGS += -DCONFIG_IEEE80211R
12e5b75505Sopenharmony_ciCFLAGS += -DCONFIG_IEEE80211W
13e5b75505Sopenharmony_ciCFLAGS += -DCONFIG_HS20
14e5b75505Sopenharmony_ciCFLAGS += -DCONFIG_SAE
15e5b75505Sopenharmony_ciCFLAGS += -DCONFIG_SUITE
16e5b75505Sopenharmony_ciCFLAGS += -DCONFIG_SUITEB
17e5b75505Sopenharmony_ci
18e5b75505Sopenharmony_ciLIB_OBJS= \
19e5b75505Sopenharmony_ci	gas.o \
20e5b75505Sopenharmony_ci	hw_features_common.o \
21e5b75505Sopenharmony_ci	ieee802_11_common.o \
22e5b75505Sopenharmony_ci	sae.o \
23e5b75505Sopenharmony_ci	wpa_common.o
24e5b75505Sopenharmony_ci
25e5b75505Sopenharmony_cilibcommon.a: $(LIB_OBJS)
26e5b75505Sopenharmony_ci	$(AR) crT $@ $?
27e5b75505Sopenharmony_ci
28e5b75505Sopenharmony_ci-include $(OBJS:%.o=%.d)
29

Indexes created Thu Nov 07 10:32:03 CST 2024