Files
Linux_Drivers/osdrv/extdrv/wireless/mediatek/mt7603/os/linux/Makefile.libwapi.4
forum_service 213c880673 add driver of tp、wiegand-gpio and wireless
Change-Id: Ie3c11d9d85cf1a05042f5690ac711856fe8b1ad7
2023-12-22 09:56:05 +08:00

23 lines
451 B
Groff

#
# Release file for AP Mode
#
include $(RT28xx_DIR)/os/linux/config.mk
MOD_NAME = wapi_module
OBJ := $(MOD_NAME).o
WAPI_M_OBJ := \
$(RT28xx_DIR)/common/wapi_sms4.o\
$(RT28xx_DIR)/common/wapi_crypt.o
PHONY := all
all:$(OBJ)
$(MOD_NAME).o: $(WAPI_M_OBJ)
$(LD) -r $^ -o $@
# Declare the contents of the .PHONY variable as phony. We keep that
# information in a variable so we can use it in if_changed and friends.
.PHONY: $(PHONY)