diff options
Diffstat (limited to 'roms/u-boot/board/palmtreo680/Makefile')
-rw-r--r-- | roms/u-boot/board/palmtreo680/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/roms/u-boot/board/palmtreo680/Makefile b/roms/u-boot/board/palmtreo680/Makefile new file mode 100644 index 00000000..4f79e4bf --- /dev/null +++ b/roms/u-boot/board/palmtreo680/Makefile @@ -0,0 +1,9 @@ +# +# Palm Treo680 Support +# +# Copyright (C) 2013 Mike Dunn <mikedunn@newsguy.com> +# +# This file is released under the terms of GPL v2 and any later version. +# See the file COPYING in the root directory of the source tree for details. + +obj-y := palmtreo680.o |