blob: ef9a2b1ce1324acb5ee3957db0e73fae686863b7 [file] [log] [blame]
# Copyright 2016 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
LOCAL_DIR := $(GET_LOCAL_DIR)
MODULE := $(LOCAL_DIR)
MODULE_TYPE := userlib
MODULE_SRCS += \
$(LOCAL_DIR)/acer12.c \
$(LOCAL_DIR)/hid.c \
$(LOCAL_DIR)/keymaps.c \
$(LOCAL_DIR)/paradise.c \
$(LOCAL_DIR)/samsung.c \
MODULE_EXPORT := so
MODULE_SO_NAME := hid
MODULE_LIBS := \
system/ulib/magenta \
system/ulib/mxio \
system/ulib/c
include make/module.mk