diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-01-20 19:39:23 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-01-20 19:39:23 -0500 |
commit | fc887b15d935ead2a00aef5779a18034e7c69ee1 (patch) | |
tree | 30daa1c9bafbf179047047c67d11ccd98e27d809 /drivers/Makefile | |
parent | 466c19063b4b426d5c362572787cb249fbf4296b (diff) | |
parent | df6212529c646710502657b18d8f42927f3dda81 (diff) |
Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6
* 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6:
tty: update MAINTAINERS file due to driver movement
tty: move drivers/serial/ to drivers/tty/serial/
tty: move hvc drivers to drivers/tty/hvc/
Diffstat (limited to 'drivers/Makefile')
-rw-r--r-- | drivers/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/Makefile b/drivers/Makefile index 7eb35f479461..b423bb16c3a8 100644 --- a/drivers/Makefile +++ b/drivers/Makefile | |||
@@ -24,7 +24,7 @@ obj-$(CONFIG_XEN) += xen/ | |||
24 | # regulators early, since some subsystems rely on them to initialize | 24 | # regulators early, since some subsystems rely on them to initialize |
25 | obj-$(CONFIG_REGULATOR) += regulator/ | 25 | obj-$(CONFIG_REGULATOR) += regulator/ |
26 | 26 | ||
27 | # char/ comes before serial/ etc so that the VT console is the boot-time | 27 | # tty/ comes before char/ so that the VT console is the boot-time |
28 | # default. | 28 | # default. |
29 | obj-y += tty/ | 29 | obj-y += tty/ |
30 | obj-y += char/ | 30 | obj-y += char/ |
@@ -38,7 +38,6 @@ obj-$(CONFIG_CONNECTOR) += connector/ | |||
38 | obj-$(CONFIG_FB_I810) += video/i810/ | 38 | obj-$(CONFIG_FB_I810) += video/i810/ |
39 | obj-$(CONFIG_FB_INTEL) += video/intelfb/ | 39 | obj-$(CONFIG_FB_INTEL) += video/intelfb/ |
40 | 40 | ||
41 | obj-y += serial/ | ||
42 | obj-$(CONFIG_PARPORT) += parport/ | 41 | obj-$(CONFIG_PARPORT) += parport/ |
43 | obj-y += base/ block/ misc/ mfd/ nfc/ | 42 | obj-y += base/ block/ misc/ mfd/ nfc/ |
44 | obj-$(CONFIG_NUBUS) += nubus/ | 43 | obj-$(CONFIG_NUBUS) += nubus/ |