aboutsummaryrefslogtreecommitdiffstats
path: root/wpa_supplicant/nmake.mak
diff options
context:
space:
mode:
authorJouni Malinen <j@w1.fi>2009-11-29 23:04:43 +0200
committerJouni Malinen <j@w1.fi>2009-11-29 23:04:43 +0200
commit03da66bd59567c90dc3b3b0892c3346472a0b413 (patch)
treee074941e0db7e35b7effbf93759aebe789f4105e /wpa_supplicant/nmake.mak
parent5586f500a0c58b457e512ac01a2a316657474a15 (diff)
downloadexternal_wpa_supplicant_8_ti-03da66bd59567c90dc3b3b0892c3346472a0b413.zip
external_wpa_supplicant_8_ti-03da66bd59567c90dc3b3b0892c3346472a0b413.tar.gz
external_wpa_supplicant_8_ti-03da66bd59567c90dc3b3b0892c3346472a0b413.tar.bz2
Remove src/crypto from default include path
In addition, start ordering header file includes to be in more consistent order: system header files, src/utils, src/*, same directory as the *.c file.
Diffstat (limited to 'wpa_supplicant/nmake.mak')
-rw-r--r--wpa_supplicant/nmake.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/wpa_supplicant/nmake.mak b/wpa_supplicant/nmake.mak
index 34da978..2b20f64 100644
--- a/wpa_supplicant/nmake.mak
+++ b/wpa_supplicant/nmake.mak
@@ -48,7 +48,7 @@ CFLAGS = $(CFLAGS) /DPCSC_FUNCS
CFLAGS = $(CFLAGS) /DCONFIG_CTRL_IFACE
CFLAGS = $(CFLAGS) /DCONFIG_CTRL_IFACE_NAMED_PIPE
CFLAGS = $(CFLAGS) /DCONFIG_DRIVER_NDIS
-CFLAGS = $(CFLAGS) /I..\src /I..\src\utils /I..\src\crypto
+CFLAGS = $(CFLAGS) /I..\src /I..\src\utils
CFLAGS = $(CFLAGS) /I.
CFLAGS = $(CFLAGS) /DWIN32
CFLAGS = $(CFLAGS) /Fo$(OBJDIR)\\ /c