mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-14 03:41:06 +02:00
14 lines
326 B
Diff
14 lines
326 B
Diff
|
--- 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)
|
||
|
|