UNIT_TYPE=MOD UNIT_NAME=umac_softmac echo "softmac UNIT_DIR $(UNIT_DIR)" UMAC_DIR=$(CURDIR)/../../../ UMAC_SOFTMAC_DIR=$(UMAC_DIR)/umac_softmac/ UNIT_INCLUDES+=$(UNIT_DIR)/inc/ UNIT_INCLUDES+=$(UNIT_DIR)/../../lmac/lmac_if/ UNIT_INCLUDES+=$(UMAC_DIR)/inc/ UNIT_INCLUDES+=$(UMAC_DIR)/umac/source/generic/ UNIT_HEADER= SRCDIRS=$(UMAC_SOFTMAC_DIR)/src/ C_SRC+=host_port_if.c C_SRC+=softmac_beacon.c C_SRC+=softmac_hal_hostport.c C_SRC+=softmac_main.c C_SRC+=softmac_p2p.c C_SRC+=softmac_procfs.c C_SRC+=softmac_rpu_if.c C_SRC+=softmac_rx.c C_SRC+=softmac_tx.c C_SRC+=softmac_umac_if.c C_SRC+=softmac_utils.c C_SRC+=softmac_vif.c C_SRC+=softmac_wow.c C_SRC+=softmac_hal.c include $(SMAKE_ROOT)/smake.mk