mirror of
https://github.com/armbian/linux.git
synced 2026-01-06 10:13:00 -08:00
6 lines
182 B
Makefile
Executable File
6 lines
182 B
Makefile
Executable File
#
|
|
# Makefile for industrial I/O Magnetometer sensors
|
|
#
|
|
obj-$(CONFIG_COMPASS_AK8975) := ak8975.o
|
|
obj-$(CONFIG_COMPASS_AK8973) := ak8973.o
|
|
obj-$(CONFIG_COMPASS_MMC328X) := mmc328x.o
|