]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/karo/tx48/Makefile
karo: merge with Ka-Ro specific tree for secure boot support
[karo-tx-uboot.git] / board / karo / tx48 / Makefile
1 #
2 # (C) Copyright 2015 Lothar Waßmann <LW@KARO-electronics.de>
3 #
4 # SPDX-License-Identifier:      GPL-2.0+
5 #
6
7 ifneq ($(CONFIG_SPL_BUILD),y)
8         obj-y                   += tx48.o
9 else
10         obj-y                   += spl.o
11 endif