asuswrt-merlin.ng/release/src-rt-5.04axhnd.675x/router-sysdep.tuf-ax3000_v2/bcm_boardctl/Makefile

13 lines
160 B
Makefile

LIB = libbcm_boardctl.so
all:
@cp -f prebuilt/$(LIB) .
install: generic_private_lib_install
clean:
dynamic: all install
include $(BUILD_DIR)/make.common