mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-31 01:04:03 -05:00
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 <dimitrysh@google.com>
This commit is contained in:
parent
5245483f80
commit
7a6a6374f2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user