diff options
Diffstat (limited to 'qemu/roms/u-boot/board/phytec/pcm051/Makefile')
-rw-r--r-- | qemu/roms/u-boot/board/phytec/pcm051/Makefile | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/qemu/roms/u-boot/board/phytec/pcm051/Makefile b/qemu/roms/u-boot/board/phytec/pcm051/Makefile deleted file mode 100644 index ecb1d6166..000000000 --- a/qemu/roms/u-boot/board/phytec/pcm051/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -# -# Makefile -# -# Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/ -# -# SPDX-License-Identifier: GPL-2.0+ -# - -ifdef CONFIG_SPL_BUILD -obj-y += mux.o -endif - -obj-y += board.o |