Tom Rini | 10e4779 | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0+ |
Chandan Nath | 7d74410 | 2011-10-14 02:58:26 +0000 | [diff] [blame] | 2 | # |
3 | # Makefile | ||||
4 | # | ||||
5 | # Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/ | ||||
Chandan Nath | 7d74410 | 2011-10-14 02:58:26 +0000 | [diff] [blame] | 6 | |
Tom Rini | 8de09df | 2014-04-09 08:25:57 -0400 | [diff] [blame] | 7 | ifeq ($(CONFIG_SKIP_LOWLEVEL_INIT),) |
Masahiro Yamada | 376c5bf | 2013-10-17 17:35:05 +0900 | [diff] [blame] | 8 | obj-y := mux.o |
Tom Rini | 7a24772 | 2012-07-31 10:50:01 -0700 | [diff] [blame] | 9 | endif |
Chandan Nath | 7d74410 | 2011-10-14 02:58:26 +0000 | [diff] [blame] | 10 | |
Masahiro Yamada | 376c5bf | 2013-10-17 17:35:05 +0900 | [diff] [blame] | 11 | obj-y += board.o |