Commit Graph

237 Commits

Author SHA1 Message Date
Linetkux Wang
41ea46fa15 Revert "Remove leftovers of Intel WIDI and take a general cleanup"
This reverts commit c7f8f6e363.
This commit is reverted because it introduces such issues as
monitor stops working. Before the issue is solved, we should
keep the code on main branch work
2024-07-02 14:10:04 +08:00
kimocoder
c7f8f6e363 Remove leftovers of Intel WIDI and take a general cleanup 2024-05-09 21:22:32 +02:00
Rudi Heitbaum
123e373f88
Update Makefile to error on incompatible-pointer-types 2024-03-16 10:33:16 +11:00
Christian Bremvåg
f23979f0d2
Update Makefile 2024-03-16 00:01:23 +01:00
Christian Bremvåg
6b6f1347dc
Update Makefile 2024-03-15 23:58:46 +01:00
kimocoder
81be2f4681 Add kernel v6.6 support 2023-10-29 16:29:30 +01:00
seppzer0
eff5b5a0c4 Add an extra definition for cfg80211_connect_bss() usage 2023-07-19 00:12:47 +02:00
kimocoder
357faf7221 Minor fixes and cleanup 2023-05-02 02:11:29 +02:00
kimocoder
62821699bb fix SUBARCH on riscv64 2023-05-02 01:30:43 +02:00
kimocoder
8cb23d8f91 Remove dead code associated with CONFIG_PLATFORM_INTEL_BYT 2023-05-02 01:28:48 +02:00
Marcelina Hołub
285989435a fix(Makefile): remove [[]] bashism 2023-03-15 00:37:43 +01:00
154pinkchairs
9cab18e47b fix(Makefile): ensure akms postinst hooks compatibility 2023-03-05 23:25:05 +01:00
MrRob0-X
8144c3833e Makefile: set check for two way path's
this will avoid  error when building standalone or in kernel versions like 5.4
2022-12-20 18:04:58 +02:00
kimocoder
08589e2f8c Cleaned up Makefile 2022-12-19 21:55:33 +01:00
Robin
137030b27a Makefile: Fix the path of hal/phydm 2022-12-19 19:34:05 +00:00
MrRob0-X
b1d911b688 Makefile: Fix "fatal error: 'drv_types.h' file not found" 2022-12-19 15:14:43 +02:00
kimocoder
afd38cc684 Fix compiler warnings on kernel 6.x 2022-11-05 18:17:38 +01:00
Wawrzyniec 'Wawrzek' Niewodniczański
33341831f7 Ensure KVER can be controlled
- allow to build with a kernel other then current on Intel
2022-10-17 22:10:51 +01:00
kimocoder
d809a0b3d7 Add switch for VIF (vintf) support 2022-08-27 03:16:26 +02:00
kimocoder
4ab079f7cb Fix compilation for arm64 2022-07-15 21:03:50 +02:00
kimocoder
3b0cdfc23e Add signing to Makefile 2022-06-06 03:27:12 +02:00
Christian Bremvåg
ed08f262bc
Merge pull request #947 from Ice-IX/patch-1
Update Makefile to fix building on ppc32
2022-06-06 03:19:05 +02:00
kimocoder
4ea7ffb9b4 Fix GCC compiler warning 2022-06-06 02:43:17 +02:00
Ice-IX
f123ff312d
Update Makefile to fix building on ppc
Updated makefile to fix building on ppc32 platforms; note that build will still fail because of an unresolved kernel bug from 2008 (https://bugzilla.kernel.org/show_bug.cgi?id=11143), workaround is to comment out the lines that read "KBUILD_LDFLAGS_MODULE += arch/powerpc/lib/crtsavres.o" in your kernel headers' arch/powerpc/Makefile
2022-03-22 02:03:42 -04:00
Lorenzo Ancora
98d14772fa
Limit the output of "dkms status" and "mkdir" 2021-12-13 14:45:51 +01:00
Lorenzo Ancora
2b8c666eac
Fix make parallel jobserver warning 2021-12-13 14:40:12 +01:00
kimocoder
3a6402e9e7 Fix for kernel v3.20 2021-12-12 22:40:54 +01:00
kimocoder
bd8e44bb27 Add back 8814au support 2021-12-12 20:36:59 +01:00
Carlos Garcés
71baec244c Fix error on arm builds 2021-01-16 19:11:20 +00:00
Philip Prindeville
3325543154 issue #768: don't apply ARM options to ARM64 2020-11-06 16:50:39 +00:00
kimocoder
0f4e46f0fd Turned 8814au chipset OFF 2020-10-19 05:43:38 +02:00
Johan Svensson
f9efa3a228 Makefile: escape grep in DRIVER_VERSION variable 2020-10-16 14:16:35 +02:00
Christian Bremvåg
4a6d10f943
Makefile: Simplify DKMS install/remove 2020-10-10 01:29:24 +02:00
Roman Ondráček
b03bd4bc8d
Fix cross compilation
Signed-off-by: Roman Ondráček <ondracek.roman@centrum.cz>
2020-07-23 20:14:40 +02:00
kimoc0der
9ec3a13fc8 Fix a Makefile issue 2020-07-15 21:49:55 +02:00
kimocoder
b79883bf58 Some minor optimizations 2020-07-12 05:34:24 +00:00
kimocoder
b6ff9e4153 Get rid of few compiler warnings 2020-07-12 03:51:29 +00:00
kimocoder
52f38dd384 -frename-registers is already in -O3 2020-07-12 03:46:32 +00:00
kimocoder
8d4ac74d47 Let the linker optimize things as it thinks is best 2020-07-12 01:00:31 +00:00
kimocoder
b742160fba Modify makefile to handle empty INSTALL_MOD_PATH 2020-07-12 00:40:48 +00:00
kimocoder
ee0645348d Update NVidia Jetson platform support 2020-03-13 17:10:22 +01:00
Christian Bremvåg
482064bbd9
Merge pull request #561 from yshui/v5.6.4.2
Makefile: keep the old driver name
2020-03-08 04:30:48 +01:00
kimocoder
ea9aade289 remove rtw_cfgvendor support 2020-03-07 22:56:09 +00:00
Yuxuan Shui
f5ae110db4 Makefile: keep the old driver name
A bug exists in this driver that deadlocks the kernel when a net interface
managed by this driver is deleted. iwd uses the driver name
(specifically, if the driver name is "rtl88*") to figure out if it needs
to enable a workaround for this problem.

Commit fa35b99b42 changed driver name to
"88XXau" for seemingly no reason, causing this driver to be unusable for
a lot of users.

This commit changes the driver name back.

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
2020-02-14 16:27:47 +00:00
kimocoder
7240269e29 Minor cleanup. Finish merging code, for now. 2020-02-01 10:15:59 +01:00
kimocoder
e68310ce0d Use for RTL8814A chip (AWWD-165) 2020-02-01 09:55:13 +01:00
kimocoder
4a9bfab398 Silence the #pragma CLANG fixes (Android) 2020-02-01 09:34:33 +01:00
kimocoder
62b8b0fc70 Makefile: Ignore more non-critical warnings 2020-02-01 09:28:21 +01:00
kimocoder
0d2331d052 Fix wrong header guards + Added Android ARM64 platform 2020-02-01 09:21:48 +01:00
kimocoder
1a9bc08949 Support in-tree compilation 2020-02-01 07:26:27 +01:00