7 lines
135 B
Makefile
Executable file
7 lines
135 B
Makefile
Executable file
#
|
|
# Makefile for I2C gsensor chip drivers.
|
|
#
|
|
|
|
obj-$(CONFIG_SENSORS_DA380) += da380.o
|
|
da380-objs:= mir3da_core.o mir3da_cust.o
|
|
|