Force rebuilding of src/drivers between hostapd and wpa_supplicant
authorJouni Malinen <j@w1.fi>
Fri, 14 Aug 2009 17:40:37 +0000 (20:40 +0300)
committerJouni Malinen <j@w1.fi>
Fri, 14 Aug 2009 17:40:37 +0000 (20:40 +0300)
commitba30964b60aa5d60c4440327565780d855e0b890
tree9e61a20e62027053b142ef999b7587b8b25882d4
parentfe6bdb777efa124cad355230cebe782e6d89722b
Force rebuilding of src/drivers between hostapd and wpa_supplicant

This is a (hopefully) temporary workaround to allow the same source code
tree to be used for building hostapd and wpa_supplicant without having
to manually force recompilation of some files. Currently, some of the
driver wrapper files need to be built separately for hostapd and
wpa_supplicant (#ifdef's in the files based on AP functionality).

This is somewhat racy as far as parallel make execution is concerned,
i.e., it may be necessary to run "make -j#" twice (plain "make" works
fine. Since this is supposed to be a temporary workaround, there is not
much point in trying to fix this with any more complex make processing.
hostapd/Makefile
src/drivers/.gitignore [new file with mode: 0644]
src/drivers/Makefile
wpa_supplicant/Makefile