avs_mtk_voice/prebuilt/support/nvram/Makefile.wfbt_wr

16 lines
260 B
Makefile
Executable File

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/wfbt_wr $(ROOT)/sbin/
_uninstall:
rm -f $(ROOT)/sbin/wfbt_wr