diff options
Diffstat (limited to 'board/amazon/kc1/Makefile')
-rw-r--r-- | board/amazon/kc1/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/board/amazon/kc1/Makefile b/board/amazon/kc1/Makefile new file mode 100644 index 0000000..59c8347 --- /dev/null +++ b/board/amazon/kc1/Makefile @@ -0,0 +1,9 @@ +# +# Amazon Kindle Fire (first generation) codename kc1 config +# +# Copyright (C) 2016 Paul Kocialkowski <contact@paulk.fr> +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y := kc1.o |