mirror of
https://github.com/LuckfoxTECH/luckfox-pico.git
synced 2026-01-19 09:52:31 +01:00
10 lines
202 B
Makefile
10 lines
202 B
Makefile
#
|
|
# Copyright (C) 2006 Freescale Semiconductor, Inc.
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-$(CONFIG_QE) += qe.o uccf.o uec.o uec_phy.o
|
|
obj-$(CONFIG_U_QE) += qe.o
|
|
obj-$(CONFIG_OF_LIBFDT) += fdt.o
|