diff options
Diffstat (limited to 'qemu/roms/u-boot/board/buffalo/lsxl/Makefile')
-rw-r--r-- | qemu/roms/u-boot/board/buffalo/lsxl/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/qemu/roms/u-boot/board/buffalo/lsxl/Makefile b/qemu/roms/u-boot/board/buffalo/lsxl/Makefile new file mode 100644 index 000000000..1b01b4018 --- /dev/null +++ b/qemu/roms/u-boot/board/buffalo/lsxl/Makefile @@ -0,0 +1,8 @@ +# +# Copyright (c) 2012 Michael Walle +# Michael Walle <michael@walle.cc> +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y := lsxl.o |