4 lines
141 B
Makefile
Executable file
4 lines
141 B
Makefile
Executable file
# SPDX-License-Identifier: GPL-2.0-only
|
|
bochs-drm-y := bochs_drv.o bochs_mm.o bochs_kms.o bochs_hw.o
|
|
|
|
obj-$(CONFIG_DRM_BOCHS) += bochs-drm.o
|