rules.mk 374 B

1234567891011121314151617
  1. #
  2. # Copyright (c) 2023, MediaTek Inc. All rights reserved.
  3. #
  4. # SPDX-License-Identifier: BSD-3-Clause
  5. #
  6. LOCAL_DIR := $(call GET_LOCAL_DIR)
  7. MODULE := lpm
  8. LOCAL_SRCS-y := $(LOCAL_DIR)/mt_lp_api.c
  9. LOCAL_SRCS-y += $(LOCAL_DIR)/mt_lp_rm.c
  10. LOCAL_SRCS-y += $(LOCAL_DIR)/mt_lp_rq.c
  11. PLAT_INCLUDES += -I${LOCAL_DIR}
  12. $(eval $(call MAKE_MODULE,$(MODULE),$(LOCAL_SRCS-y),$(MTK_BL)))