diff options
| author | brad <brad@NetBSD.org> | 2022-12-03 01:04:42 +0000 |
|---|---|---|
| committer | brad <brad@NetBSD.org> | 2022-12-03 01:04:42 +0000 |
| commit | 02b8954fe89d72e580aac9928e8f0dd91cabaedc (patch) | |
| tree | 3d66e5b9ef8e2812eb0fd4eb5c10499ac92a1975 /sys/modules/Makefile | |
| parent | a76f61463de79fb55af1db5ff83b1f68aeca0073 (diff) | |
Split the BMP280 / BME280 driver into common code and create I2C and
SPI attachments.
Diffstat (limited to 'sys/modules/Makefile')
| -rw-r--r-- | sys/modules/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 1106a74e31f..7ce632c96d2 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.273 2022/11/21 21:24:01 brad Exp $ +# $NetBSD: Makefile,v 1.274 2022/12/03 01:04:42 brad Exp $ .include <bsd.own.mk> @@ -34,6 +34,7 @@ SUBDIR+= blowfish SUBDIR+= bpf SUBDIR+= bpf_filter SUBDIR+= bmx280thp +SUBDIR+= bmx280thpi2c SUBDIR+= bufq_disksort SUBDIR+= bufq_fcfs SUBDIR+= bufq_priocscan |
