linuxOS_AP05/buildroot/package/rockchip/sensor-daemon/sensor-daemon.mk

17 lines
549 B
Makefile
Raw Normal View History

2025-06-02 05:59:07 +00:00
################################################################################
#
# sensor-daemon
#
################################################################################
SENSOR_DAEMON_VERSION = 1.0.0
SENSOR_DAEMON_SITE = $(TOPDIR)/../external/sensor-daemon
SENSOR_DAEMON_SITE_METHOD = local
define SENSOR_DAEMON_INSTALL_INIT_SYSV
$(INSTALL) -D -m 0755 $(@D)/S99sensor-daemon $(TARGET_DIR)/etc/init.d/S99sensor-daemon
$(INSTALL) -D -m 0755 $(@D)/sensor-daemon.conf $(TARGET_DIR)/etc/sensor-daemon.conf
endef
$(eval $(cmake-package))