mirror of https://github.com/torvalds/linux.git
12 lines
305 B
Makefile
12 lines
305 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
obj-$(CONFIG_ZL3073X) += zl3073x.o
|
|
zl3073x-objs := core.o devlink.o dpll.o flash.o fw.o \
|
|
out.o prop.o ref.o synth.o
|
|
|
|
obj-$(CONFIG_ZL3073X_I2C) += zl3073x_i2c.o
|
|
zl3073x_i2c-objs := i2c.o
|
|
|
|
obj-$(CONFIG_ZL3073X_SPI) += zl3073x_spi.o
|
|
zl3073x_spi-objs := spi.o
|