]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/karo/tx28/Makefile
698298c829f9ec8745fae3c3864dba66eedaf2f3
[karo-tx-uboot.git] / board / karo / tx28 / Makefile
1 #
2 # (C) Copyright 2015 Lothar Waßmann <LW@KARO-electronics.de>
3 #
4 # SPDX-License-Identifier:      GPL-2.0+
5 #
6
7 obj-y                           += tx28.o
8 obj-$(CONFIG_SPL_BUILD)         += spl_boot.o
9 ifneq ($(CONFIG_SPL_BUILD),y)
10         obj-$(CONFIG_CMD_ROMUPDATE) += flash.o
11 endif