blob: 60d223257389f3c0cf7bef7e034d1a1a6067a359 (
plain)
1
2
3
4
5
6
7
8
|
# SPDX-License-Identifier: GPL-2.0+
#
# (C) Copyright 2014
# Dirk Eibach, Guntermann & Drunck GmbH, dirk.eibach@gdsys.cc
obj-y := mpc8308.o sdram.o
obj-$(CONFIG_HRCON) += hrcon.o
obj-$(CONFIG_STRIDER) += strider.o
|