From: Dmitry Shmidt Date: Sun, 31 Oct 2010 09:59:31 +0000 (+0200) Subject: Clear vars in drivers makefile X-Git-Tag: hostap-1-bp~918 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a6a6374f28cdecd596e46141380716c0ca0cb72;p=thirdparty%2Fhostap.git Clear vars in drivers makefile drivers.mak is shared between hostapd and wpa_supplicant and compiling them together may create "wrong" flags. Signed-off-by: Dmitry Shmidt --- diff --git a/src/drivers/drivers.mak b/src/drivers/drivers.mak index aeb7924d2..c0c2c3358 100644 --- a/src/drivers/drivers.mak +++ b/src/drivers/drivers.mak @@ -1,3 +1,15 @@ +##### CLEAR VARS + +DRV_CFLAGS = +DRV_WPA_CFLAGS = +DRV_AP_CFLAGS = +DRV_OBJS = +DRV_WPA_OBJS = +DRV_AP_OBJS = +DRV_LIBS = +DRV_WPA_LIBS = +DRV_AP_LIBS = + ##### COMMON DRIVERS ifdef CONFIG_DRIVER_HOSTAP