8 lines
181 B
Makefile
8 lines
181 B
Makefile
|
# SPDX-License-Identifier: GPL-2.0
|
||
|
#
|
||
|
# Makefile for the PowerPC 82xx linux kernel.
|
||
|
#
|
||
|
obj-$(CONFIG_CPM2) += pq2.o
|
||
|
obj-$(CONFIG_EP8248E) += ep8248e.o
|
||
|
obj-$(CONFIG_MGCOGE) += km82xx.o
|