mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-16 17:58:23 +00:00
11 lines
239 B
Makefile
11 lines
239 B
Makefile
|
#
|
||
|
# (C) Copyright 2014 DENX Software Engineering GmbH
|
||
|
# Written-by: Albert ARIBAUD <albert.aribaud@3adev.fr>
|
||
|
#
|
||
|
# SPDX-License-Identifier: GPL-2.0+
|
||
|
#
|
||
|
|
||
|
obj-y := work_92105.o work_92105_display.o
|
||
|
|
||
|
obj-$(CONFIG_SPL_BUILD) += work_92105_spl.o
|