diff options
Diffstat (limited to 'qemu/roms/u-boot/board/sandburst/metrobox/Makefile')
-rw-r--r-- | qemu/roms/u-boot/board/sandburst/metrobox/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/qemu/roms/u-boot/board/sandburst/metrobox/Makefile b/qemu/roms/u-boot/board/sandburst/metrobox/Makefile new file mode 100644 index 000000000..2c1028bd2 --- /dev/null +++ b/qemu/roms/u-boot/board/sandburst/metrobox/Makefile @@ -0,0 +1,15 @@ +# +# (C) Copyright 2006 +# Wolfgang Denk, DENX Software Engineering, wd@denx.de. +# +# (C) Copyright 2005 +# Travis B. Sawyer, Sandburst Corporation, tsawyer@sandburst.com +# +# SPDX-License-Identifier: GPL-2.0+ +# + +# TBS: add for debugging purposes +ccflags-y += -DBUILDUSER='"$(shell whoami)"' + +obj-y = metrobox.o ../common/flash.o ../common/sb_common.o +extra-y += init.o |