summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRoland Hii <roland.king.guan.hii@intel.com>2016-09-08 15:59:25 +0800
committerRoland Hii <roland.king.guan.hii@intel.com>2016-09-13 13:53:00 +0800
commit128ff4a21b9a7c6abae48da827e69c549b61f25b (patch)
tree94e0f06bd276fec2933bb29965619b570683b3ab /Makefile
parent4497d99c88d144a40adf38650388d6d78e1134c3 (diff)
downloadOpen-AVB-128ff4a21b9a7c6abae48da827e69c549b61f25b.tar.gz
simple_rx: Fixed typos in Makefiles to properly clean targets
There were two typos in Makefiles which cause the commands "make simple_listener_clean" and "make simple_rx_clean" do not clean simple_listener.o object file and also simple_rx executable file. This patch fixed the typos to properly clean the generated files. Signed-off-by: Roland Hii <roland.king.guan.hii@intel.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2cfe159b..32308b6f 100644
--- a/Makefile
+++ b/Makefile
@@ -79,7 +79,7 @@ simple_listener:
$(call descend,examples/$@)
simple_listener_clean:
- $(call descend,examples/simple_rx/,clean)
+ $(call descend,examples/simple_listener/,clean)
simple_rx:
$(MAKE) lib