mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-19 03:08:31 +00:00
0e93bb13aa
Use the proper CONFIG_TARGET_STRIDER Kconfig option to replace the CONFIG_STRIDER ad-hoc config option. Signed-off-by: Mario Six <mario.six@gdsys.cc>
8 lines
230 B
Makefile
8 lines
230 B
Makefile
# 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_TARGET_HRCON) += hrcon.o
|
|
obj-$(CONFIG_TARGET_STRIDER) += strider.o
|