You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hostap/src
Johannes Berg 722138cd25 build: Put object files into build/ folder
Instead of building in the source tree, put most object
files into the build/ folder at the root, and put each
thing that's being built into a separate folder.

This then allows us to build hostapd and wpa_supplicant
(or other combinations) without "make clean" inbetween.

For the tests keep the objects in place for now (and to
do that, add the build rule) so that we don't have to
rewrite all of that with $(call BUILDOBJS,...) which is
just noise there.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
4 years ago
..
ap build: Put object files into build/ folder 4 years ago
common build: Put object files into build/ folder 4 years ago
crypto build: Put object files into build/ folder 4 years ago
drivers BSD: don't log SIOCG80211 errors during interface setup 4 years ago
eap_common build: Put object files into build/ folder 4 years ago
eap_peer build: Put object files into build/ folder 4 years ago
eap_server build: Put object files into build/ folder 4 years ago
eapol_auth build: Put object files into build/ folder 4 years ago
eapol_supp build: Put object files into build/ folder 4 years ago
fst FST: Convert Boolean to C99 bool 4 years ago
l2_packet build: Put object files into build/ folder 4 years ago
p2p build: Put object files into build/ folder 4 years ago
pae MACsec: Convert Boolean to C99 bool 4 years ago
radius build: Put object files into build/ folder 4 years ago
rsn_supp build: Put object files into build/ folder 4 years ago
tls build: Put object files into build/ folder 4 years ago
utils build: Put object files into build/ folder 4 years ago
wps build: Put object files into build/ folder 4 years ago
Makefile build: Add a common-clean target 4 years ago
build.rules build: Put object files into build/ folder 4 years ago
lib.rules build: Use build.rules in lib.rules 4 years ago
objs.mk build: Put object files into build/ folder 4 years ago