mirror of
https://github.com/aircrack-ng/rtl8812au.git
synced 2024-11-30 00:47:38 +00:00
Change autoconf.h name and include
This commit is contained in:
parent
05af254270
commit
67b10d4ebf
@ -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 \
|
/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_types.h \
|
||||||
/root/Desktop/rtl8812au/include/drv_conf.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/hal_ic_cfg.h \
|
||||||
/root/Desktop/rtl8812au/include/basic_types.h \
|
/root/Desktop/rtl8812au/include/basic_types.h \
|
||||||
include/generated/uapi/linux/version.h \
|
include/generated/uapi/linux/version.h \
|
||||||
|
@ -14,7 +14,9 @@
|
|||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
#ifndef __DRV_CONF_H__
|
#ifndef __DRV_CONF_H__
|
||||||
#define __DRV_CONF_H__
|
#define __DRV_CONF_H__
|
||||||
#include "autoconf.h"
|
|
||||||
|
#include <generated/autoconf.h>
|
||||||
|
#include "rtl_autoconf.h"
|
||||||
#include "hal_ic_cfg.h"
|
#include "hal_ic_cfg.h"
|
||||||
#if defined(PLATFORM_LINUX) && defined (PLATFORM_WINDOWS)
|
#if defined(PLATFORM_LINUX) && defined (PLATFORM_WINDOWS)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user