avs_mtk_voice/prebuilt/support/nvram/Makefile.nvram_daemon

16 lines
270 B
Makefile
Raw Normal View History

2022-05-13 08:02:31 +00:00
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