diff options
Diffstat (limited to 'drivers/zorro/Makefile')
| -rw-r--r-- | drivers/zorro/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/zorro/Makefile b/drivers/zorro/Makefile index f62172603215..7dc5332ff984 100644 --- a/drivers/zorro/Makefile +++ b/drivers/zorro/Makefile | |||
| @@ -2,8 +2,9 @@ | |||
| 2 | # Makefile for the Zorro bus specific drivers. | 2 | # Makefile for the Zorro bus specific drivers. |
| 3 | # | 3 | # |
| 4 | 4 | ||
| 5 | obj-$(CONFIG_ZORRO) += zorro.o zorro-driver.o zorro-sysfs.o names.o | 5 | obj-$(CONFIG_ZORRO) += zorro.o zorro-driver.o zorro-sysfs.o |
| 6 | obj-$(CONFIG_PROC_FS) += proc.o | 6 | obj-$(CONFIG_PROC_FS) += proc.o |
| 7 | obj-$(CONFIG_ZORRO_NAMES) += names.o | ||
| 7 | 8 | ||
| 8 | hostprogs-y := gen-devlist | 9 | hostprogs-y := gen-devlist |
| 9 | 10 | ||
