1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-24 01:43:08 +02:00

disable examples (they require additional symbols)

This commit is contained in:
Mirko Vogt 2010-05-14 15:55:50 +02:00
parent 40b09019a1
commit e831469262

View File

@ -0,0 +1,13 @@
--- a/Makefile 2010-05-13 16:43:21.000000000 +0200
+++ b/Makefile 2010-05-13 16:43:29.000000000 +0200
@@ -139,9 +139,7 @@
# The "tools" are needed early, so put this first
# Don't include stuff already done in $(LIBS)
-SUBDIRS = tools \
- examples/standalone \
- examples/api
+SUBDIRS = tools
.PHONY : $(SUBDIRS)