]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/vpac270/Makefile
board: arm: convert makefiles to Kbuild style
[karo-tx-uboot.git] / board / vpac270 / Makefile
1 #
2 # Voipac PXA270 Support
3 #
4 # Copyright (C) 2010 Marek Vasut <marek.vasut@gmail.com>
5 #
6 # SPDX-License-Identifier:      GPL-2.0+
7 #
8
9 ifndef  CONFIG_SPL_BUILD
10 obj-y   := vpac270.o
11 else
12 obj-y   := onenand.o
13 endif