asuswrt-merlin.ng/release/src-rt-5.02axhnd.675x/router-sysdep.dsl-ax82u/tmctl_lib/Makefile
2021-12-31 02:13:45 +01:00

16 lines
209 B
Makefile

LIB = libtmctl.so
ifneq ($(strip $(BUILD_TMCTL)),)
all:
@cp -f prebuilt/$(LIB) .
install: generic_private_lib_install
else
all:
install:
endif
clean:
dynamic: all install
include $(BUILD_DIR)/make.common