168349Sobrien# Copyright 2016 The Fuchsia Authors
268349Sobrien# Copyright (c) 2008-2015 Travis Geiselbrecht
368349Sobrien#
468349Sobrien# Use of this source code is governed by a MIT-style
568349Sobrien# license that can be found in the LICENSE file or at
668349Sobrien# https://opensource.org/licenses/MIT
768349Sobrien
868349SobrienLOCAL_DIR := $(GET_LOCAL_DIR)
968349Sobrien
1068349SobrienMODULE := $(LOCAL_DIR)
11133359Sobrien
1268349SobrienMODULE_SRCS += \
1368349Sobrien	$(LOCAL_DIR)/console.cpp
1468349Sobrien
1568349Sobrieninclude make/module.mk
1668349Sobrien