diff options
author | Jouni Malinen <j@w1.fi> | 2009-12-06 11:30:39 +0200 |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2009-12-06 11:30:39 +0200 |
commit | d66e084a9822133ee294dab43a9ca5ee6dbdd4f1 (patch) | |
tree | 5ba24fcad9f928cdd4cc61209c75a3828d104bd1 /eap_example | |
parent | 127608152e55d16c57005b6f54e9f8ea18235c7a (diff) | |
download | external_wpa_supplicant_8_ti-d66e084a9822133ee294dab43a9ca5ee6dbdd4f1.zip external_wpa_supplicant_8_ti-d66e084a9822133ee294dab43a9ca5ee6dbdd4f1.tar.gz external_wpa_supplicant_8_ti-d66e084a9822133ee294dab43a9ca5ee6dbdd4f1.tar.bz2 |
Remove obsolete comment about wpa_supplicant header files
Diffstat (limited to 'eap_example')
-rw-r--r-- | eap_example/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/eap_example/Makefile b/eap_example/Makefile index 398c4cb..ba65bb5 100644 --- a/eap_example/Makefile +++ b/eap_example/Makefile @@ -20,10 +20,6 @@ CFLAGS += -I. CFLAGS += -I../src CFLAGS += -I../src/utils -# at least for now, need to include config_ssid.h and config_blob.h from -# wpa_supplicant directory -CFLAGS += -I../wpa_supplicant - OBJS_both += ../src/utils/common.o OBJS_both += ../src/utils/os_unix.o |