summaryrefslogtreecommitdiffstats
path: root/board/amazon/kc1/Makefile
diff options
context:
space:
mode:
authorPaul Kocialkowski <contact@paulk.fr>2016-02-27 19:19:00 +0100
committerTom Rini <trini@konsulko.com>2016-03-15 15:12:48 -0400
commitae51b5709e6f24c04f1da9550c54c69b9ce84f19 (patch)
tree6633b414c251c4beaaf4ad063ee8b6d94b3ec4b4 /board/amazon/kc1/Makefile
parent14689ad79e2e0a7119ab8d9ad78a4533eff6e83c (diff)
downloadtalos-obmc-uboot-ae51b5709e6f24c04f1da9550c54c69b9ce84f19.tar.gz
talos-obmc-uboot-ae51b5709e6f24c04f1da9550c54c69b9ce84f19.zip
Amazon Kindle Fire (first generation) codename kc1 support
The Amazon Kindle Fire (first generation) codename kc1 is a tablet that was released by Amazon back in 2011. It is using an OMAP4430 SoC GP version, which allows running U-Boot and the U-Boot SPL from the ground up. Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Diffstat (limited to 'board/amazon/kc1/Makefile')
-rw-r--r--board/amazon/kc1/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/board/amazon/kc1/Makefile b/board/amazon/kc1/Makefile
new file mode 100644
index 0000000000..59c8347164
--- /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
OpenPOWER on IntegriCloud