Project import
diff --git a/nxp-nfc-4.2.8/Makefile b/nxp-nfc-4.2.8/Makefile
new file mode 100644
index 0000000..db877ca
--- /dev/null
+++ b/nxp-nfc-4.2.8/Makefile
@@ -0,0 +1,26 @@
+#
+#    Copyright (c) 2015 Nest, Inc.
+#    All rights reserved.
+#
+#    This document is the property of Nest. It is considered
+#    confidential and proprietary information.
+#
+#    This document may not be reproduced or transmitted in any form,
+#    in whole or in part, without the express written permission of
+#    Nest.
+#
+#    Description:
+#      This file is the makefile for all NXP NFC software
+#      used in the project.
+#
+
+.NOTPARALLEL:
+
+include pre.mak
+
+SubMakefiles		= \
+	data/Makefile	\
+	$(if $(BUILD_FEATURE_NFCSERVICE), nfcservice/Makefile) \
+	$(if $(BUILD_FEATURE_NFCSERVICE), testapp/Makefile)
+
+include post.mak