diff options
-rw-r--r-- | drivers/eisa/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/eisa/Makefile b/drivers/eisa/Makefile index f0d6cf7d1f32..552bd9478340 100644 --- a/drivers/eisa/Makefile +++ b/drivers/eisa/Makefile @@ -1,7 +1,8 @@ # SPDX-License-Identifier: GPL-2.0 # Makefile for the Linux device tree -obj-$(CONFIG_EISA) += devlist.h eisa-bus.o +always-$(CONFIG_EISA) += devlist.h +obj-$(CONFIG_EISA) += eisa-bus.o obj-${CONFIG_EISA_PCI_EISA} += pci_eisa.o # virtual_root.o should be the last EISA root device to initialize, |