]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - packages/io/usb/serial/slave/v2_0/host/linux/Makefile
Initial revision
[karo-tx-redboot.git] / packages / io / usb / serial / slave / v2_0 / host / linux / Makefile
1 # Makefile for ecos_usbserial Linux kernel module
2
3 ifneq ($(KERNELRELEASE),)
4         obj-m := ecos_usbserial.o
5 else
6         KDIR ?= /lib/modules/$(shell uname -r)/build
7         PWD := $(shell pwd)
8 default:
9         $(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modules
10 endif
11