summaryrefslogtreecommitdiffstats
path: root/drivers/video/bochs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/bochs/Makefile')
-rw-r--r--drivers/video/bochs/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/video/bochs/Makefile b/drivers/video/bochs/Makefile
new file mode 100644
index 0000000000..3ab7ade8a1
--- /dev/null
+++ b/drivers/video/bochs/Makefile
@@ -0,0 +1,5 @@
+# SPDX-License-Identifier: GPL-2.0-only
+
+obj-y += bochs_hw.o
+obj-$(CONFIG_DRIVER_VIDEO_BOCHS_PCI) += bochs_pci.o
+obj-$(CONFIG_DRIVER_VIDEO_BOCHS_ISA) += bochs_isa.o