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/l2_packet
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
..
Makefile build: Put object files into build/ folder 4 years ago
l2_packet.h l2_packet: Allow initialization without RX handling 4 years ago
l2_packet_freebsd.c l2_packet: Allow initialization without RX handling 4 years ago
l2_packet_linux.c l2_packet: Allow initialization without RX handling 4 years ago
l2_packet_ndis.c l2_packet: Allow initialization without RX handling 4 years ago
l2_packet_none.c l2_packet: Allow initialization without RX handling 4 years ago
l2_packet_pcap.c l2_packet: Allow initialization without RX handling 4 years ago
l2_packet_privsep.c l2_packet: Allow initialization without RX handling 4 years ago
l2_packet_winpcap.c l2_packet: Allow initialization without RX handling 4 years ago