diff options
Diffstat (limited to 'drivers/zorro/Makefile')
| -rw-r--r-- | drivers/zorro/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/zorro/Makefile b/drivers/zorro/Makefile index f62172603215..91ba82e633e7 100644 --- a/drivers/zorro/Makefile +++ b/drivers/zorro/Makefile @@ -1,11 +1,13 @@ +# SPDX-License-Identifier: GPL-2.0 # # Makefile for the Zorro bus specific drivers. # -obj-$(CONFIG_ZORRO) += zorro.o zorro-driver.o zorro-sysfs.o names.o +obj-$(CONFIG_ZORRO) += zorro.o zorro-driver.o zorro-sysfs.o obj-$(CONFIG_PROC_FS) += proc.o +obj-$(CONFIG_ZORRO_NAMES) += names.o -hostprogs-y := gen-devlist +hostprogs := gen-devlist # Files generated that shall be removed upon make clean clean-files := devlist.h |
