avs_mtk_voice/prebuilt/support/nvram/Makefile.nvram_daemon

16 lines
270 B
Makefile

NAME = nvram_daemon
LIB = lib$(NAME).a lib$(NAME).so
INSTALL = _install
UNINSTALL = _uninstall
include $(PREFIX)/Makefile.prebuilt.template
all:
_install:
mkdir -p $(ROOT)/sbin
cp -af ./sbin/nvram_daemon $(ROOT)/sbin/
_uninstall:
rm -f $(ROOT)/sbin/nvram_daemon