diff options
Diffstat (limited to 'qemu/roms/u-boot/board/palmtc/Makefile')
-rw-r--r-- | qemu/roms/u-boot/board/palmtc/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/qemu/roms/u-boot/board/palmtc/Makefile b/qemu/roms/u-boot/board/palmtc/Makefile new file mode 100644 index 000000000..b4a682d24 --- /dev/null +++ b/qemu/roms/u-boot/board/palmtc/Makefile @@ -0,0 +1,9 @@ +# +# Palm Tungsten|C Support +# +# Copyright (C) 2009-2010 Marek Vasut <marek.vasut@gmail.com> +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y := palmtc.o |