]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/siemens/pxm2/Makefile
board: arm: convert makefiles to Kbuild style
[karo-tx-uboot.git] / board / siemens / pxm2 / Makefile
1 #
2 # Makefile
3 #
4 # (C) Copyright 2013 Siemens Schweiz AG
5 # (C) Heiko Schocher, DENX Software Engineering, hs@denx.de.
6 #
7 # Based on:
8 # u-boot:/board/ti/am335x/Makefile
9 # Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
10 #
11 # SPDX-License-Identifier:      GPL-2.0+
12 #
13
14 ifneq ($(OBJTREE),$(SRCTREE))
15 $(shell mkdir -p $(obj)../common)
16 endif
17
18 ifdef CONFIG_SPL_BUILD
19 obj-y   := mux.o
20 endif
21
22 obj-y   += board.o
23 ifndef CONFIG_SPL_BUILD
24 obj-y += ../common/factoryset.o
25 endif