blob: 85b761b9718ea34a77efe2a85bd4101eb29a938d [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)/egalax.c \
$(LOCAL_DIR)/eyoyo.c \
$(LOCAL_DIR)/ft3x27.c \
$(LOCAL_DIR)/gt92xx.c \
$(LOCAL_DIR)/hid.c \
$(LOCAL_DIR)/keymaps.c \
$(LOCAL_DIR)/paradise.c \
$(LOCAL_DIR)/samsung.c \
$(LOCAL_DIR)/ambient-light.c \
MODULE_EXPORT := so
MODULE_SO_NAME := hid
MODULE_LIBS := \
system/ulib/zircon \
system/ulib/fdio \
system/ulib/c
include make/module.mk