aboutsummaryrefslogtreecommitdiffstats
path: root/samples/vfio-mdev/Makefile
blob: 875617c0f258b53782d0cd562018cce03f3f060b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# SPDX-License-Identifier: GPL-2.0-only
#
# Makefile for mtty.c file
#
KERNEL_DIR:=/lib/modules/$(shell uname -r)/build

obj-m:=mtty.o

modules clean modules_install:
	$(MAKE) -C $(KERNEL_DIR) SUBDIRS=$(PWD) $@

default: modules

module: modules