summaryrefslogtreecommitdiff
path: root/frameworks/Makefile
diff options
context:
space:
mode:
authorManuel Traut <manut@linutronix.de>2010-10-13 16:56:37 +0200
committerManuel Traut <manut@linutronix.de>2010-10-13 16:56:37 +0200
commit8befecfca01c0675ed5c645bc280f2dba47f8cba (patch)
treee7e10000a71c7f84a7119ea5fa3582d856bd92f2 /frameworks/Makefile
parentbb4eefa52e5a886f9ad2a09583be3014f8e5993d (diff)
simplify makefiles
Signed-off-by: Manuel Traut <manut@linutronix.de>
Diffstat (limited to 'frameworks/Makefile')
-rw-r--r--frameworks/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/frameworks/Makefile b/frameworks/Makefile
index 6c9a28a..72cada2 100644
--- a/frameworks/Makefile
+++ b/frameworks/Makefile
@@ -1,4 +1,4 @@
-SUBDIRS = middleware gui
+SUBDIRS = `ls -1`
all clean::
for dir in $(SUBDIRS) ; do \