]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blob - ubuntu/xr-usb-serial/Makefile
UBUNTU: SAUCE: xr-usb-serial: Driver for Exar USB serial ports
[mirror_ubuntu-jammy-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