diff options
Diffstat (limited to 'drivers/Makefile')
-rw-r--r-- | drivers/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/Makefile b/drivers/Makefile index 15681de688f4..3167be54fedd 100644 --- a/drivers/Makefile +++ b/drivers/Makefile | |||
@@ -61,6 +61,6 @@ obj-$(CONFIG_EISA) += eisa/ | |||
61 | obj-$(CONFIG_CPU_FREQ) += cpufreq/ | 61 | obj-$(CONFIG_CPU_FREQ) += cpufreq/ |
62 | obj-$(CONFIG_MMC) += mmc/ | 62 | obj-$(CONFIG_MMC) += mmc/ |
63 | obj-$(CONFIG_INFINIBAND) += infiniband/ | 63 | obj-$(CONFIG_INFINIBAND) += infiniband/ |
64 | obj-$(CONFIG_BLK_DEV_SGIIOC4) += sn/ | 64 | obj-$(CONFIG_SGI_IOC4) += sn/ |
65 | obj-y += firmware/ | 65 | obj-y += firmware/ |
66 | obj-$(CONFIG_CRYPTO) += crypto/ | 66 | obj-$(CONFIG_CRYPTO) += crypto/ |