1 # SPDX-License-Identifier: GPL-2.0+ 2 # 3 # (C) Copyright 2016 Savoir-faire Linux 4 5 ifndef CONFIG_SPL_BUILD 6 obj-y := ts4600.o 7 else 8 obj-y := iomux.o 9 endif 10