From: Frédéric Brière <fbriere@fbriere.net>
Subject: [PATCH] Skip various targets that do not apply to this Debian package

This patch removes the following Makefile targets:

  * sys/linux: Linux kernel module, packaged separately
  * compat: Old cbm4linux kernel module, obsolete
  * demo/*: Demo applications, included as examples in libopencbm-dev

Signed-off-by: Frédéric Brière <fbriere@fbriere.net>
Forwarded: not-needed

---
 LINUX/Makefile |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/LINUX/Makefile b/LINUX/Makefile
index eb4b9f2..6a82370 100644
--- a/LINUX/Makefile
+++ b/LINUX/Makefile
@@ -6,9 +6,9 @@ CBMDEV   = /dev/cbm
 CBMPERM  = 666
 DEVMAJOR = 10
 DEVMINOR = 177
-SUBDIRS  = sys/linux include arch/$(ARCH) lib compat \
+SUBDIRS  = include arch/$(ARCH) lib \
            cbmctrl cbmformat cbmforng d64copy cbmcopy \
-           demo/flash demo/morse demo/rpm1541 docs
+           docs
 
 SUBDIRS_OPTIONAL = mnib36
 
-- 
tg: (e590d2a..) debian/skip-targets (depends on: master)