diff options
author | 2021-06-30 09:02:28 +0200 | |
---|---|---|
committer | 2021-06-30 09:02:28 +0200 | |
commit | 5a94296bc02ac616336da7b5332b86d2ca8827f0 (patch) | |
tree | d13c4e7db2b4b01adb87fbf2ea5bafd2dc920b2f /scripts/mod | |
parent | HID: thrustmaster: Switch to kmemdup() when allocate change_request (diff) | |
parent | HID: amd_sfh: Add initial support for HPD sensor (diff) | |
download | wireguard-linux-5a94296bc02ac616336da7b5332b86d2ca8827f0.tar.xz wireguard-linux-5a94296bc02ac616336da7b5332b86d2ca8827f0.zip |
Merge branch 'for-5.14/amd-sfh' into for-linus
- support for Renoir and Cezanne SoCs
- support for Ambient Light Sensor
- support for Human Presence Detection sensor
all from Basavaraj Natikar
Diffstat (limited to 'scripts/mod')
-rw-r--r-- | scripts/mod/.gitignore | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/mod/.gitignore b/scripts/mod/.gitignore index 07e4a39f90a6..0465ec33c9bf 100644 --- a/scripts/mod/.gitignore +++ b/scripts/mod/.gitignore @@ -1,5 +1,5 @@ # SPDX-License-Identifier: GPL-2.0-only -elfconfig.h -mk_elfconfig -modpost -devicetable-offsets.h +/devicetable-offsets.h +/elfconfig.h +/mk_elfconfig +/modpost |