asuswrt-merlin.ng/release/src-rt-5.02axhnd/router-sysdep.rt-ax88u/wlcsm/Makefile
2021-10-29 01:24:32 -04:00

13 lines
282 B
Makefile

default_bld:all
all: libwlcsm.so
libwlcsm.so:
cp -f $(TOP_PLATFORM)/$(shell pwd | sed 's/\(.*router-sysdep\/\)//')/$(PRBM_DIR)/$@ ./
install -m 755 libwlcsm.so $(INSTALL_DIR)/lib
install: all
install -m 755 libwlcsm.so $(INSTALL_DIR)/lib
distclean clean:
-rm -f libwlcsm.so