mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-18 18:59:44 +00:00
10 lines
180 B
Makefile
10 lines
180 B
Makefile
|
#
|
||
|
# (C) Copyright 2014
|
||
|
# Dirk Eibach, Guntermann & Drunck GmbH, eibach@gdsys.de
|
||
|
#
|
||
|
# SPDX-License-Identifier: GPL-2.0+
|
||
|
#
|
||
|
|
||
|
obj-y := mpc8308.o sdram.o
|
||
|
obj-$(CONFIG_HRCON) += hrcon.o
|