Dmitry Lifshitz | 46650d5 | 2016-12-28 18:28:33 +0200 | [diff] [blame] | 1 | # |
2 | # Makefile | ||||
3 | # | ||||
4 | # (C) Copyright 2016 CompuLab, Ltd. <www.compulab.co.il> | ||||
5 | # | ||||
6 | # Author: Dmitry Lifshitz <lifshitz@compulab.co.il> | ||||
7 | # | ||||
8 | # SPDX-License-Identifier: GPL-2.0+ | ||||
9 | # | ||||
10 | |||||
11 | ifdef CONFIG_SPL_BUILD | ||||
12 | obj-y += spl.o mux.o | ||||
13 | else | ||||
14 | obj-y += cl-som-am57x.o mux.o | ||||
15 | endif | ||||
Dmitry Lifshitz | fc300e2 | 2016-12-28 18:28:35 +0200 | [diff] [blame] | 16 | |
17 | obj-$(CONFIG_DRIVER_TI_CPSW) += eth.o |