diff options
| author | Manuel Traut <manut@linutronix.de> | 2009-06-22 15:47:30 +0200 |
|---|---|---|
| committer | Manuel Traut <manut@linutronix.de> | 2009-06-22 15:47:30 +0200 |
| commit | 9cbb0a699f398daffa8c1808d02bf447ebf0c1f0 (patch) | |
| tree | ea3f4d4081b0648e1da7b1e1d8d3dabe12705a0a /realtime/Makefile | |
| parent | 9e0bab8ec70646ed9c51d5c7d272da4b51698c6c (diff) | |
| parent | 719085c3dc98ab3df272476e16e983e4a16fe14b (diff) | |
Merge branch 'master' of ssh://tglx.de/home/linutronix/git/schulung
Diffstat (limited to 'realtime/Makefile')
| -rw-r--r-- | realtime/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/realtime/Makefile b/realtime/Makefile new file mode 100644 index 0000000..fa8db4f --- /dev/null +++ b/realtime/Makefile @@ -0,0 +1,7 @@ +SUBDIRS = rt-app-basics rt-basics rt-specialties + +all clean:: + for dir in $(SUBDIRS) ; do \ + (cd $$dir && make $@); \ + done + |
