Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v3.1 8 lines 120 B view raw
1# 2# Makefile for Jasmine adapter 3# 4 5obj-$(CONFIG_SERIAL_JSM) += jsm.o 6 7jsm-objs := jsm_driver.o jsm_neo.o jsm_tty.o 8