mirror of
https://github.com/LuckfoxTECH/luckfox-pico.git
synced 2026-01-18 03:28:19 +01:00
8 lines
143 B
Makefile
8 lines
143 B
Makefile
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-$(CONFIG_MPC83xx) += mpc8xxx/
|
|
obj-$(CONFIG_MPC85xx) += mpc8xxx/
|
|
obj-$(CONFIG_MPC86xx) += mpc8xxx/
|