projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5edc73
)
gdb: add source targets for gdbserver/gdbhost
author
Peter Korsgaard
<jacmet@sunsite.dk>
Fri, 19 Nov 2010 12:37:59 +0000
(13:37 +0100)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Fri, 19 Nov 2010 12:37:59 +0000
(13:37 +0100)
So it gets handled by make source / external-deps
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
toolchain/gdb/gdb.mk
patch
|
blob
|
history
diff --git
a/toolchain/gdb/gdb.mk
b/toolchain/gdb/gdb.mk
index 54c390597c7cf1611ccf042faf3d3a639386d19b..af08d1ee39f5a4457e6258c21bf03109e7d9e891 100644
(file)
--- a/
toolchain/gdb/gdb.mk
+++ b/
toolchain/gdb/gdb.mk
@@
-162,6
+162,8
@@
endif
gdbserver: $(TARGET_DIR)/usr/bin/gdbserver
+gdbserver-source: $(DL_DIR)/$(GDB_SOURCE)
+
gdbserver-clean:
-$(MAKE) -C $(GDB_SERVER_DIR) clean
@@
-209,6
+211,8
@@
$(TARGET_CROSS)gdb: $(GDB_HOST_DIR)/gdb/gdb
gdbhost: $(TARGET_CROSS)gdb
+gdbhost-source: $(DL_DIR)/$(GDB_SOURCE)
+
gdbhost-clean:
-$(MAKE) -C $(GDB_HOST_DIR) clean