summaryrefslogtreecommitdiff
path: root/cleopatre/devkit/rt5572drv/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cleopatre/devkit/rt5572drv/Makefile')
-rw-r--r--cleopatre/devkit/rt5572drv/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/cleopatre/devkit/rt5572drv/Makefile b/cleopatre/devkit/rt5572drv/Makefile
new file mode 100644
index 0000000000..90f9b981d3
--- /dev/null
+++ b/cleopatre/devkit/rt5572drv/Makefile
@@ -0,0 +1,23 @@
+
+all:
+ make -C UTIL/ osutil
+ $(SHELL) cp_util.sh
+ make -C MODULE/ build_tools
+ make -C MODULE/ osdrv
+ $(SHELL) cp_module.sh
+ make -C NETIF/ osnet
+
+clean:
+ make -C UTIL/ clean
+ make -C MODULE/ clean
+ make -C NETIF/ clean
+
+install:
+ make -C UTIL/ install
+ make -C MODULE/ install
+ make -C NETIF/ install
+
+uninstall:
+ make -C UTIL/ uninstall
+ make -C MODULE/ uninstall
+ make -C NETIF/ uninstall