mirror of
https://github.com/nxp-imx/mwifiex.git
synced 2024-11-15 11:35:35 +00:00
10 lines
205 B
Makefile
10 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)
|