asuswrt-merlin.ng/release/src-rt-5.02axhnd/router-sysdep.rt-ax92u/bcmtm/Makefile
2022-10-02 16:38:00 +02:00

36 lines
576 B
Makefile

#GLOBAL_RELEASE_SCRIPT_NOTOUCH
ifneq ($(wildcard Makefile.fullsrc),)
include Makefile.fullsrc
else
EXE = bcmtmctl
dynamic: generic_exe_install
clean:
rm -f $(EXE)
fapctl:
cp $(EXE)_$(PROFILE).save $(EXE)
$(EXE):
cp -f $(TOP_PLATFORM)/$(shell pwd | sed 's/\(.*router-sysdep\/\)//')/$(PRBM_DIR)/$@ ./
#
# Set our CommEngine directory (by splitting the pwd into two words
# at /userspace and taking the first word only).
# Then include the common defines under CommEngine.
#
CURR_DIR := $(shell pwd)
BUILD_DIR:=$(HND_SRC)
include $(BUILD_DIR)/make.common
endif