diff options
Diffstat (limited to 'drivers/Makefile')
-rw-r--r-- | drivers/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/Makefile b/drivers/Makefile index 8e57688ebd95..130abc1dfd65 100644 --- a/drivers/Makefile +++ b/drivers/Makefile | |||
@@ -37,6 +37,9 @@ obj-$(CONFIG_XEN) += xen/ | |||
37 | # regulators early, since some subsystems rely on them to initialize | 37 | # regulators early, since some subsystems rely on them to initialize |
38 | obj-$(CONFIG_REGULATOR) += regulator/ | 38 | obj-$(CONFIG_REGULATOR) += regulator/ |
39 | 39 | ||
40 | # reset controllers early, since gpu drivers might rely on them to initialize | ||
41 | obj-$(CONFIG_RESET_CONTROLLER) += reset/ | ||
42 | |||
40 | # tty/ comes before char/ so that the VT console is the boot-time | 43 | # tty/ comes before char/ so that the VT console is the boot-time |
41 | # default. | 44 | # default. |
42 | obj-y += tty/ | 45 | obj-y += tty/ |