blob: db877ca618ee196eca754cb91f2851b721ac75dd [file] [log] [blame]
#
# 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