5 lines
139 B
Makefile
5 lines
139 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
|
|
obj-$(CONFIG_MPC83xx) += mpc8xxx/
|
|
obj-$(CONFIG_MPC85xx) += mpc8xxx/
|
|
obj-$(CONFIG_MPC86xx) += mpc8xxx/
|