]> git.ipfire.org Git - thirdparty/u-boot.git/blob - board/work-microwave/work_92105/Makefile
b837e7b0dd8fb1aeac27a19077f7e2e5e0546efc
[thirdparty/u-boot.git] / board / work-microwave / work_92105 / Makefile
1 # SPDX-License-Identifier: GPL-2.0+
2 #
3 # (C) Copyright 2014 DENX Software Engineering GmbH
4 # Written-by: Albert ARIBAUD <albert.aribaud@3adev.fr>
5
6 ifdef CONFIG_SPL_BUILD
7 obj-y += work_92105_spl.o
8 else
9 obj-y += work_92105.o
10 obj-$(CONFIG_DEPRECATED) += work_92105_display.o
11 endif