1
0
mirror of https://github.com/aircrack-ng/rtl8812au.git synced 2024-11-22 13:24:36 +00:00

Change autoconf.h name and include

This commit is contained in:
kimocoder 2019-08-18 18:44:41 +02:00
parent 05af254270
commit 67b10d4ebf
4 changed files with 4 additions and 2 deletions

View File

@ -5,7 +5,7 @@ rtw_cmd.o: /root/Desktop/rtl8812au/core/rtw_cmd.c \
/usr/src/linux-headers-4.19.0-kali5-common/include/linux/compiler-gcc.h \
/root/Desktop/rtl8812au/include/drv_types.h \
/root/Desktop/rtl8812au/include/drv_conf.h \
/root/Desktop/rtl8812au/include/autoconf.h \
/root/Desktop/rtl8812au/include/rtl_autoconf.h \
/root/Desktop/rtl8812au/include/hal_ic_cfg.h \
/root/Desktop/rtl8812au/include/basic_types.h \
include/generated/uapi/linux/version.h \

View File

@ -14,7 +14,9 @@
*****************************************************************************/
#ifndef __DRV_CONF_H__
#define __DRV_CONF_H__
#include "autoconf.h"
#include <generated/autoconf.h>
#include "rtl_autoconf.h"
#include "hal_ic_cfg.h"
#if defined(PLATFORM_LINUX) && defined (PLATFORM_WINDOWS)