drivers/iio/imu/bno055/Makefile

Source file repositories/reference/linux-study-clean/drivers/iio/imu/bno055/Makefile

File Facts

System
Linux kernel
Corpus path
drivers/iio/imu/bno055/Makefile
Extension
[no extension]
Size
350 bytes
Lines
11
Domain
Driver Families
Bucket
drivers/iio
Inferred role
Driver Families: build/configuration rule
Status
atlas-only

Why This File Exists

Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.

Dependency Surface

Detected Declarations

Annotated Snippet

# SPDX-License-Identifier: GPL-2.0

obj-$(CONFIG_BOSCH_BNO055) += bno055.o
obj-$(CONFIG_BOSCH_BNO055_SERIAL) += bno055_ser.o
bno055_ser-y := bno055_ser_core.o
# define_trace.h needs to know how to find our header
CFLAGS_bno055_ser_trace.o := -I$(src)
bno055_ser-$(CONFIG_TRACING) += bno055_ser_trace.o

obj-$(CONFIG_BOSCH_BNO055_I2C) += bno055_i2c.o

Annotation

Implementation Notes