summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/development/gdb/gdb.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/development/gdb/gdb.mk b/packages/development/gdb/gdb.mk
index 217903f..3a10a60 100644
--- a/packages/development/gdb/gdb.mk
+++ b/packages/development/gdb/gdb.mk
@@ -109,6 +109,8 @@ GDB_HOST_CONFIGURE_OPTS := --disable-werror --disable-sim \
--target=$(STRICT_GNU_TARGET)
GDB_HOST_PREFIX := $(TOOLS)
+gdb_host_clean:
+ $(Q)rm -rf $(GDB_HOST_BUILD_DIR)
#
# Common for target and host development machine
#