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 4396e37b3d0f..5407b7615614 100644 --- a/drivers/char/Makefile +++ b/drivers/char/Makefile | |||
@@ -76,6 +76,7 @@ obj-$(CONFIG_EFI_RTC) += efirtc.o | |||
76 | obj-$(CONFIG_SGI_DS1286) += ds1286.o | 76 | obj-$(CONFIG_SGI_DS1286) += ds1286.o |
77 | obj-$(CONFIG_SGI_IP27_RTC) += ip27-rtc.o | 77 | obj-$(CONFIG_SGI_IP27_RTC) += ip27-rtc.o |
78 | obj-$(CONFIG_DS1302) += ds1302.o | 78 | obj-$(CONFIG_DS1302) += ds1302.o |
79 | obj-$(CONFIG_XILINX_HWICAP) += xilinx_hwicap/ | ||
79 | ifeq ($(CONFIG_GENERIC_NVRAM),y) | 80 | ifeq ($(CONFIG_GENERIC_NVRAM),y) |
80 | obj-$(CONFIG_NVRAM) += generic_nvram.o | 81 | obj-$(CONFIG_NVRAM) += generic_nvram.o |
81 | else | 82 | else |