diff options
Diffstat (limited to 'drivers/char/Makefile')
-rw-r--r-- | drivers/char/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/char/Makefile b/drivers/char/Makefile index 96fc01eddefe..686fabbd85cd 100644 --- a/drivers/char/Makefile +++ b/drivers/char/Makefile | |||
@@ -77,6 +77,7 @@ obj-$(CONFIG_EFI_RTC) += efirtc.o | |||
77 | obj-$(CONFIG_SGI_DS1286) += ds1286.o | 77 | obj-$(CONFIG_SGI_DS1286) += ds1286.o |
78 | obj-$(CONFIG_SGI_IP27_RTC) += ip27-rtc.o | 78 | obj-$(CONFIG_SGI_IP27_RTC) += ip27-rtc.o |
79 | obj-$(CONFIG_DS1302) += ds1302.o | 79 | obj-$(CONFIG_DS1302) += ds1302.o |
80 | obj-$(CONFIG_XILINX_HWICAP) += xilinx_hwicap/ | ||
80 | ifeq ($(CONFIG_GENERIC_NVRAM),y) | 81 | ifeq ($(CONFIG_GENERIC_NVRAM),y) |
81 | obj-$(CONFIG_NVRAM) += generic_nvram.o | 82 | obj-$(CONFIG_NVRAM) += generic_nvram.o |
82 | else | 83 | else |