mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
12 lines
153 B
Makefile
12 lines
153 B
Makefile
|
#
|
||
|
# (C) Copyright 2016 Savoir-faire Linux
|
||
|
#
|
||
|
# SPDX-License-Identifier: GPL-2.0+
|
||
|
#
|
||
|
|
||
|
ifndef CONFIG_SPL_BUILD
|
||
|
obj-y := ts4600.o
|
||
|
else
|
||
|
obj-y := iomux.o
|
||
|
endif
|