]> Git Repo - linux.git/blob - drivers/misc/cb710/Makefile
KVM: x86: fix CPUID entries returned by KVM_GET_CPUID2 ioctl
[linux.git] / drivers / misc / cb710 / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 ccflags-$(CONFIG_CB710_DEBUG)   := -DDEBUG
3
4 obj-$(CONFIG_CB710_CORE)        += cb710.o
5
6 cb710-y                         := core.o sgbuf2.o
7 cb710-$(CONFIG_CB710_DEBUG)     += debug.o
This page took 0.035908 seconds and 4 git commands to generate.