hostapd/src/eapol_supp/Makefile
Johannes Berg 1d0d8888af build: Make more library things common
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>
2020-10-12 20:20:35 +03:00

5 lines
78 B
Makefile

CFLAGS += -DIEEE8021X_EAPOL
LIB_OBJS = eapol_supp_sm.o
include ../lib.rules