diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-01-06 09:20:14 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-01-06 09:20:14 +0000 |
commit | 2a25d9425062c55511f09f5621dcf49aea8233d6 (patch) | |
tree | 497aa3443d32f826c48112b94268f8e6e3cc7720 /docs/Makefile | |
parent | 4df7bb357952e82224d93068b49ad0a6aab97df5 (diff) | |
download | upstream-2a25d9425062c55511f09f5621dcf49aea8233d6.tar.gz upstream-2a25d9425062c55511f09f5621dcf49aea8233d6.tar.bz2 upstream-2a25d9425062c55511f09f5621dcf49aea8233d6.zip |
Make the doc slightly more complete and add notes on how to add a new target in OpenWrt, some serial console and JTAG tips and tricks
SVN-Revision: 13880
Diffstat (limited to 'docs/Makefile')
-rw-r--r-- | docs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Makefile b/docs/Makefile index a7fe08e505..c113d62571 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/prereq.mk MAIN = openwrt.tex -DEPS = $(MAIN) Makefile config.tex network.tex network-scripts.tex network-scripts.tex wireless.tex build.tex adding.tex bugs.tex $(TMP_DIR)/.prereq-docs +DEPS = $(MAIN) Makefile config.tex network.tex network-scripts.tex network-scripts.tex wireless.tex build.tex adding.tex bugs.tex debugging.tex $(TMP_DIR)/.prereq-docs compile: $(TMP_DIR)/.prereq-docs $(NO_TRACE_MAKE) cleanup |