summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurus Cuelenaere <mcuelenaere@gmail.com>2009-08-21 20:28:26 +0000
committerMaurus Cuelenaere <mcuelenaere@gmail.com>2009-08-21 20:28:26 +0000
commit8bff564a7cdcb6ced582720ddf16626910ee9697 (patch)
tree4fba1ce49711cf5e0f246e81844c2541fc480b2e
parent8ccd04c33d09faa09c648d38848ae284120b2c95 (diff)
downloadrockbox-8bff564a7cdcb6ced582720ddf16626910ee9697.tar.gz
rockbox-8bff564a7cdcb6ced582720ddf16626910ee9697.zip
Forgot a file
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22457 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--tools/root.make2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/root.make b/tools/root.make
index 5ff920c20d..5ba321c952 100644
--- a/tools/root.make
+++ b/tools/root.make
@@ -62,6 +62,8 @@ ifneq (,$(findstring bootloader,$(APPSDIR)))
62else ifneq (,$(findstring bootbox,$(APPSDIR))) 62else ifneq (,$(findstring bootbox,$(APPSDIR)))
63 BOOTBOXLDOPTS = -Wl,--gc-sections 63 BOOTBOXLDOPTS = -Wl,--gc-sections
64 include $(APPSDIR)/bootbox.make 64 include $(APPSDIR)/bootbox.make
65else ifneq (,$(findstring checkwps,$(APPSDIR)))
66 include $(APPSDIR)/checkwps.make
65else 67else
66 include $(APPSDIR)/apps.make 68 include $(APPSDIR)/apps.make
67 include $(APPSDIR)/lang/lang.make 69 include $(APPSDIR)/lang/lang.make