16 lines
387 B
Makefile
16 lines
387 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
# Copyright (C) 2018-2022 Oplus. All rights reserved.
|
|
|
|
# Qcom platform feature
|
|
|
|
# MTK platform feature
|
|
|
|
# common feature
|
|
#ifdef OPLUS_FEATURE_FEEDBACK
|
|
obj-$(CONFIG_OPLUS_FEATURE_FEEDBACK) += common/feedback/
|
|
#endif /* OPLUS_FEATURE_FEEDBACK */
|
|
|
|
#ifdef OPLUS_FEATURE_OLC
|
|
obj-$(CONFIG_OPLUS_FEATURE_OLC) += common/olc/
|
|
#endif /*OPLUS_FEATURE_OLC */
|