diff options
Diffstat (limited to 'qemu/roms/u-boot/board/freescale/bsc9132qds/Makefile')
-rw-r--r-- | qemu/roms/u-boot/board/freescale/bsc9132qds/Makefile | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/qemu/roms/u-boot/board/freescale/bsc9132qds/Makefile b/qemu/roms/u-boot/board/freescale/bsc9132qds/Makefile deleted file mode 100644 index 2e4170f51..000000000 --- a/qemu/roms/u-boot/board/freescale/bsc9132qds/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# -# Copyright 2013 Freescale Semiconductor, Inc. -# -# SPDX-License-Identifier: GPL-2.0+ -# - -MINIMAL= - -ifdef CONFIG_SPL_BUILD -ifdef CONFIG_SPL_INIT_MINIMAL -MINIMAL=y -endif -endif - -ifdef MINIMAL - -obj-y += spl_minimal.o tlb.o law.o - -else - -obj-y += bsc9132qds.o -obj-y += ddr.o -obj-y += law.o -obj-y += tlb.o - -endif |