mirror of
https://github.com/LuckfoxTECH/luckfox-pico.git
synced 2026-01-18 11:38:31 +01:00
6 lines
214 B
Makefile
6 lines
214 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
obj-y += berlin2-avpll.o berlin2-pll.o berlin2-div.o
|
|
obj-$(CONFIG_MACH_BERLIN_BG2) += bg2.o
|
|
obj-$(CONFIG_MACH_BERLIN_BG2CD) += bg2.o
|
|
obj-$(CONFIG_MACH_BERLIN_BG2Q) += bg2q.o
|