forked from rrcarlosr/Jetpack
13 lines
254 B
Makefile
13 lines
254 B
Makefile
|
#
|
||
|
# (C) Copyright 2014 DENX Software Engineering GmbH
|
||
|
# Written-by: Albert ARIBAUD <albert.aribaud@3adev.fr>
|
||
|
#
|
||
|
# SPDX-License-Identifier: GPL-2.0+
|
||
|
#
|
||
|
|
||
|
ifdef CONFIG_SPL_BUILD
|
||
|
obj-y += work_92105_spl.o
|
||
|
else
|
||
|
obj-y += work_92105.o work_92105_display.o
|
||
|
endif
|