]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Clear vars in drivers makefile
authorDmitry Shmidt <dimitrysh@google.com>
Sun, 31 Oct 2010 09:59:31 +0000 (11:59 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 31 Oct 2010 09:59:31 +0000 (11:59 +0200)
drivers.mak is shared between hostapd and wpa_supplicant and
compiling them together may create "wrong" flags.

Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
src/drivers/drivers.mak

index aeb7924d2ad05ab12ff466e350e66fd93bdec979..c0c2c3358dade80488a4e42c8ad82ad1c636cc8c 100644 (file)
@@ -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