]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - ubuntu/xr-usb-serial/Makefile
perf xyarray: Fix wrong processing when closing evsel fd
[mirror_ubuntu-artful-kernel.git] / ubuntu / xr-usb-serial / Makefile
1 obj-m := xr_usb_serial_common.o
2
3 KERNELDIR ?= /lib/modules/$(shell uname -r)/build
4 PWD := $(shell pwd)
5
6 EXTRA_CFLAGS := -DDEBUG=0
7
8 all:
9 $(MAKE) -C $(KERNELDIR) M=$(PWD)
10
11 modules_install:
12 $(MAKE) -C $(KERNELDIR) M=$(PWD) modules_install
13
14 clean:
15 rm -rf *.o *~ core .depend .*.cmd *.ko *.mod.c .tmp_versions vtty