aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/i2c
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2021-12-02 22:45:04 +0000
committerCy Schubert <cy@FreeBSD.org>2021-12-02 22:45:04 +0000
commitdb0ac6ded61105caab4700aeac255328d4238dc4 (patch)
tree1ecb794fd4e9d2076de2fdd040b4fe0335f2b89e /sys/modules/i2c
parent266f97b5e9a7958e365e78288616a459b40d924a (diff)
downloadsrc-db0ac6ded61105caab4700aeac255328d4238dc4.tar.gz
src-db0ac6ded61105caab4700aeac255328d4238dc4.zip
Revert "wpa: Import wpa_supplicant/hostapd commit 14ab4a816"
This reverts commit 266f97b5e9a7958e365e78288616a459b40d924a, reversing changes made to a10253cffea84c0c980a36ba6776b00ed96c3e3b. A mismerge of a merge to catch up to main resulted in files being committed which should not have been.
Diffstat (limited to 'sys/modules/i2c')
-rw-r--r--sys/modules/i2c/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/modules/i2c/Makefile b/sys/modules/i2c/Makefile
index 31c348a63dbc..2f409773ead2 100644
--- a/sys/modules/i2c/Makefile
+++ b/sys/modules/i2c/Makefile
@@ -30,7 +30,8 @@ SUBDIR = \
.if !empty(OPT_FDT)
SUBDIR += rx8803 \
- tca6416
+ tca6416 \
+ tmp461
.endif
.if ${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_CPUARCH} == "amd64" || \