blob: efe5ec40baa4b212ae1d1683a1ed99d981e6b0fa [file] [log] [blame]
#
# Copyright (c) 2010-2011 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 OpenThread related
# software used in the project.
#
include pre.mak
SubMakefiles = $(if $(BUILD_FEATURE_SPI_HDLC_ADAPTER), spi-hdlc-adapter/Makefile) \
$(if $(BUILD_FEATURE_OPENTHREAD), data/Makefile) \
$(if $(BUILD_FEATURE_OPENTHREAD), scripts/Makefile) \
$(NULL)
include post.mak