diff options
author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-16 18:20:36 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-16 18:20:36 -0400 |
commit | 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 (patch) | |
tree | 0bba044c4ce775e45a88a51686b5d9f90697ea9d /drivers/s390/char/Makefile |
Linux-2.6.12-rc2v2.6.12-rc2
Initial git repository build. I'm not bothering with the full history,
even though we have it. We can create a separate "historical" git
archive of that later if we want to, and in the meantime it's about
3.2GB when imported into git - space that would just make the early
git days unnecessarily complicated, when we don't have a lot of good
infrastructure for it.
Let it rip!
Diffstat (limited to 'drivers/s390/char/Makefile')
-rw-r--r-- | drivers/s390/char/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/drivers/s390/char/Makefile b/drivers/s390/char/Makefile new file mode 100644 index 000000000000..14e8cce9f862 --- /dev/null +++ b/drivers/s390/char/Makefile | |||
@@ -0,0 +1,28 @@ | |||
1 | # | ||
2 | # S/390 character devices | ||
3 | # | ||
4 | |||
5 | obj-y += ctrlchar.o keyboard.o defkeymap.o | ||
6 | |||
7 | obj-$(CONFIG_TN3270) += raw3270.o | ||
8 | obj-$(CONFIG_TN3270_CONSOLE) += con3270.o | ||
9 | obj-$(CONFIG_TN3270_TTY) += tty3270.o | ||
10 | obj-$(CONFIG_TN3270_FS) += fs3270.o | ||
11 | |||
12 | obj-$(CONFIG_TN3215) += con3215.o | ||
13 | |||
14 | obj-$(CONFIG_SCLP) += sclp.o sclp_rw.o sclp_quiesce.o | ||
15 | obj-$(CONFIG_SCLP_TTY) += sclp_tty.o | ||
16 | obj-$(CONFIG_SCLP_CONSOLE) += sclp_con.o | ||
17 | obj-$(CONFIG_SCLP_VT220_TTY) += sclp_vt220.o | ||
18 | obj-$(CONFIG_SCLP_CPI) += sclp_cpi.o | ||
19 | |||
20 | obj-$(CONFIG_ZVM_WATCHDOG) += vmwatchdog.o | ||
21 | obj-$(CONFIG_VMLOGRDR) += vmlogrdr.o | ||
22 | |||
23 | tape-$(CONFIG_S390_TAPE_BLOCK) += tape_block.o | ||
24 | tape-$(CONFIG_PROC_FS) += tape_proc.o | ||
25 | tape-objs := tape_core.o tape_std.o tape_char.o $(tape-y) | ||
26 | obj-$(CONFIG_S390_TAPE) += tape.o tape_class.o | ||
27 | obj-$(CONFIG_S390_TAPE_34XX) += tape_34xx.o | ||
28 | obj-$(CONFIG_MONREADER) += monreader.o | ||