Skip to content

Instantly share code, notes, and snippets.

@crouchggj
Created October 24, 2013 02:52
Show Gist options
  • Save crouchggj/7130518 to your computer and use it in GitHub Desktop.
Save crouchggj/7130518 to your computer and use it in GitHub Desktop.
Linux KO Makefile
uvcvideo-objs := uvc_driver.o uvc_queue.o uvc_v4l2.o uvc_video.o uvc_ctrl.o \
uvc_status.o uvc_isight.o
obj-m += uvcvideo.o
KERNELDIR ?= /usr/src/linux-headers-3.8.0-19-generic/
PWD := $(shell pwd)
default:
$(MAKE) -C $(KERNELDIR) M=$(PWD) modules
clean:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment