14 lines
199 B
Makefile
14 lines
199 B
Makefile
|
#
|
||
|
# Voipac PXA270 Support
|
||
|
#
|
||
|
# Copyright (C) 2010 Marek Vasut <marek.vasut@gmail.com>
|
||
|
#
|
||
|
# SPDX-License-Identifier: GPL-2.0+
|
||
|
#
|
||
|
|
||
|
ifndef CONFIG_SPL_BUILD
|
||
|
obj-y := vpac270.o
|
||
|
else
|
||
|
obj-y := onenand.o
|
||
|
endif
|