xref: /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/Makefile
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
1e5b75505Sopenharmony_ci#CFLAGS += -DWPA_TRACE
2e5b75505Sopenharmony_ciCFLAGS += -DCONFIG_IPV6
3e5b75505Sopenharmony_ciCFLAGS += -DCONFIG_DEBUG_FILE
4e5b75505Sopenharmony_ci
5e5b75505Sopenharmony_ciLIB_OBJS= \
6e5b75505Sopenharmony_ci	base64.o \
7e5b75505Sopenharmony_ci	bitfield.o \
8e5b75505Sopenharmony_ci	common.o \
9e5b75505Sopenharmony_ci	config.o \
10e5b75505Sopenharmony_ci	crc32.o \
11e5b75505Sopenharmony_ci	ip_addr.o \
12e5b75505Sopenharmony_ci	json.o \
13e5b75505Sopenharmony_ci	radiotap.o \
14e5b75505Sopenharmony_ci	trace.o \
15e5b75505Sopenharmony_ci	uuid.o \
16e5b75505Sopenharmony_ci	wpa_debug.o \
17e5b75505Sopenharmony_ci	wpabuf.o
18e5b75505Sopenharmony_ci
19e5b75505Sopenharmony_ci# Pick correct OS wrapper implementation
20e5b75505Sopenharmony_ciLIB_OBJS += os_unix.o
21e5b75505Sopenharmony_ci
22e5b75505Sopenharmony_ci# Pick correct event loop implementation
23e5b75505Sopenharmony_ciLIB_OBJS += eloop.o
24e5b75505Sopenharmony_ci
25e5b75505Sopenharmony_ci# Pick correct edit implementation
26e5b75505Sopenharmony_ciLIB_OBJS += edit.o
27e5b75505Sopenharmony_ci
28e5b75505Sopenharmony_ci#LIB_OBJS += pcsc_funcs.o
29e5b75505Sopenharmony_ci
30e5b75505Sopenharmony_ciinclude ../lib.rules
31

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