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