blob: e52e9f9bffbecd83b0ec28c4637c285f9ab9bd1d [file] [log] [blame]
#
# Copyright (c) 2017 Nest Labs, 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 make file for protobuf
#
include pre.mak
ifeq ($(BUILD_FEATURE_SIMULATOR),1)
SubMakefiles = Makefile.host
else
SubMakefiles = Makefile.host \
Makefile.target
endif
include post.mak
Makefile.target: $(filter Makefile.host,$(SubMakefiles))