mirror of
https://github.com/nxp-imx/mwifiex.git
synced 2024-11-15 03:25:35 +00:00
ecb4c6f27f
Reoson: integrate WiFi code and fix build error Test: i.MX 8M mini Change-Id: I88f6deadc6638a99627f31741da0be7167827c76
9 lines
205 B
Makefile
9 lines
205 B
Makefile
LOCAL_PATH := $(my-dir)
|
|
include $(CLEAR_VARS)
|
|
|
|
LOCAL_MODULE := mlanconfig
|
|
OBJS = mlanconfig.c mlanhostcmd.c mlanmisc.c
|
|
LOCAL_SRC_FILES := $(OBJS)
|
|
LOCAL_MODULE_TAGS := optional
|
|
|
|
include $(BUILD_EXECUTABLE)
|