]> git.ipfire.org Git - thirdparty/hostap.git/commit
build: Make more library things common
authorJohannes Berg <johannes.berg@intel.com>
Mon, 12 Oct 2020 10:14:05 +0000 (12:14 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 12 Oct 2020 17:20:35 +0000 (20:20 +0300)
commit1d0d8888af17ef834b70a5835ff5157121ae77e1
treebdf688f79a81162aaca5c6731665c95faf9e92ac
parentf4b3d14e9724934c2511f844cb5e0660862c3ae2
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>
16 files changed:
src/ap/Makefile
src/common/Makefile
src/crypto/Makefile
src/eap_common/Makefile
src/eap_peer/Makefile
src/eap_server/Makefile
src/eapol_auth/Makefile
src/eapol_supp/Makefile
src/l2_packet/Makefile
src/lib.rules
src/p2p/Makefile
src/radius/Makefile
src/rsn_supp/Makefile
src/tls/Makefile
src/utils/Makefile
src/wps/Makefile