diff options
Diffstat (limited to 'qemu/roms/u-boot/board/BuR/tseries/Makefile')
-rw-r--r-- | qemu/roms/u-boot/board/BuR/tseries/Makefile | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/qemu/roms/u-boot/board/BuR/tseries/Makefile b/qemu/roms/u-boot/board/BuR/tseries/Makefile deleted file mode 100644 index ec0d27a7a..000000000 --- a/qemu/roms/u-boot/board/BuR/tseries/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -# -# Makefile -# -# Copyright (C) 2013 Hannes Petermaier <oe5hpm@oevsv.at> -# Bernecker & Rainer Industrieelektronik GmbH - http://www.br-automation.com -# -# SPDX-License-Identifier: GPL-2.0+ -# - -ifeq ($(CONFIG_SPL_BUILD),y) -obj-y := mux.o -endif -obj-y += ../common/common.o -obj-y += board.o |