diff options
Diffstat (limited to 'board/ti/ti814x/Makefile')
-rw-r--r-- | board/ti/ti814x/Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/board/ti/ti814x/Makefile b/board/ti/ti814x/Makefile deleted file mode 100644 index c5ff8d0728..0000000000 --- a/board/ti/ti814x/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -# SPDX-License-Identifier: GPL-2.0+ -# -# Makefile -# -# Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com/ - -ifdef CONFIG_SPL_BUILD -obj-y := mux.o -endif - -obj-y += evm.o |