summaryrefslogtreecommitdiff
path: root/support
diff options
context:
space:
mode:
authorQiuwen Lu <[email protected]>2016-05-10 23:38:42 +0800
committerQiuwen Lu <[email protected]>2016-05-11 14:27:14 +0800
commit804c4819b899a0e78b093b9e9a54795efa26776b (patch)
treea681517401f7820d7453fa936c24624be330aaed /support
parent2c0e6cfd58f21e155d4e398026420639575cda9f (diff)
去除Makefile编译系统,完全改用CMake编译。根目录的Makefile调用CMake
Diffstat (limited to 'support')
-rw-r--r--support/Makefile19
1 files changed, 0 insertions, 19 deletions
diff --git a/support/Makefile b/support/Makefile
deleted file mode 100644
index 655a87e..0000000
--- a/support/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-export OPTFLAGS
-export QUITE
-export MODULES_VLAN_DMAC
-export MODULES_ENERGY
-export MODULES_STATS
-export MODULES_WATCHDOG
-
-export DPDK_ROOT
-export DPDK_TARGET
-export APP_ROOT
-export INSTALL
-export LIB_INSTALL
-
-.PHONY:all install clean
-
-all:
- cd MESA_prof_load && $(MAKE)
-clean:
- cd MESA_prof_load && $(MAKE) clean