Lothar Felten | da4105d | 2014-01-31 17:34:14 +0100 | [diff] [blame^] | 1 | # |
2 | # Makefile | ||||
3 | # | ||||
4 | # Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/ | ||||
5 | # | ||||
6 | # SPDX-License-Identifier: GPL-2.0+ | ||||
7 | # | ||||
8 | |||||
9 | ifeq ($(CONFIG_SPL_BUILD)$(CONFIG_NOR_BOOT),y) | ||||
10 | obj-y := mux.o | ||||
11 | endif | ||||
12 | |||||
13 | obj-y += board.o |