1 head 1.1;
2 access;
3 symbols;
4 locks; strict;
5 comment @# @;
6
7
8 1.1
9 date 2008.05.10.02.29.42; author baker; state Exp;
10 branches;
11 next ;
12
13
14 desc
15 @@
16
17
18 1.1
19 log
20 @Initial revision
21 @
22 text
23 @
24 SUBDIRS = misc-progs misc-modules \
25 skull scull scullc sculld scullp scullv sbull snull\
26 short shortprint pci simple usb tty lddbus
27
28 all: subdirs
29
30 subdirs:
31 for n in $(SUBDIRS); do $(MAKE) -C $$n || exit 1; done
32
33 clean:
34 for n in $(SUBDIRS); do $(MAKE) -C $$n clean; done
35 @
|
This page was automatically generated by the
LXR engine.
|