ASR_BASE

Change-Id: Icf3719cc0afe3eeb3edc7fa80a2eb5199ca9dda1
diff --git a/package/kernel/asr-wl/asr-hostapd/asr-hostapd-2023-06-22/wpaspy/Makefile b/package/kernel/asr-wl/asr-hostapd/asr-hostapd-2023-06-22/wpaspy/Makefile
new file mode 100644
index 0000000..6f720a9
--- /dev/null
+++ b/package/kernel/asr-wl/asr-hostapd/asr-hostapd-2023-06-22/wpaspy/Makefile
@@ -0,0 +1,15 @@
+all: build
+
+SRC=wpaspy.c
+
+.PHONY: build
+build: $(SRC) setup.py
+	python setup.py build
+
+install:
+	python setup.py install
+
+clean:
+	python setup.py clean
+	rm -f *~
+	rm -rf build