[Feature][ZXW-247]Wifi drives basic functions

    Only Configure :No
    Affected branch: master
    Affected module: wifi
    Is it affected on both ZXIC and MTK:only ZXIC
    Self-test: Yes
    Doc Update: No

Change-Id: I62d30c2faaf62e94e16de156f383b516d3dbae4b
diff --git a/ap/app/zte_mdl/Makefile b/ap/app/zte_mdl/Makefile
index 67992a0..7cd997d 100755
--- a/ap/app/zte_mdl/Makefile
+++ b/ap/app/zte_mdl/Makefile
@@ -4,6 +4,10 @@
 include $(zte_app_mak)

 #include ../net_team.mk

 include $(COMMON_MK)

+# zw.wang Wifi drives basic functions on 20240318 start

+include $(ZTE_PS_LINK_SCRIPT)

+CFLAGS	 += $(KERNEL_EXT_CFLAGS)

+# zw.wang Wifi drives basic functions on 20240318 end

 

 CPU_PUB_ROOT=$(TOPDIR_AP)/../pub

 ##############USER COMIZE BEGIN################