mirror of
https://github.com/physwizz/a155-U-u1.git
synced 2025-08-15 06:35:18 +00:00
16 lines
339 B
Makefile
16 lines
339 B
Makefile
# drivers/staging/samsung/Makefile
|
|
#
|
|
# Copyright (c) 2010-2016 Samsung Electronics Co., Ltd.
|
|
# http://www.samsung.com/
|
|
#
|
|
# Licensed under GPLv2
|
|
|
|
# Samsung NAD Feature
|
|
obj-$(CONFIG_SEC_NAD) += sec_nad.o
|
|
|
|
# Samsung USB Feature
|
|
# obj-$(CONFIG_VBUS_NOTIFIER) += vbus_notifier.o
|
|
|
|
obj-$(CONFIG_CABLE_TYPE_NOTIFIER) += cable_type_notifier.o
|
|
|