blob: c2d0bc4302b30f2c86bd02ea80e1175e44ba09f1 (
plain)
1
2
3
4
5
6
7
8
9
|
#
# (C) Copyright 2006
# Wolfgang Denk, DENX Software Engineering, [email protected].
#
# SPDX-License-Identifier: GPL-2.0+
#
obj-y += mpc837xerdb.o
obj-$(CONFIG_PCI) += pci.o
|