1 Star 0 Fork 0

dahai19800703 / ldd3-examples-3.x

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Makefile 289 Bytes
一键复制 编辑 原始数据 按行查看 历史
Du Xing 提交于 2012-05-22 21:21 . Initial ldd3 examples source code
SUBDIRS = misc-progs misc-modules \
skull scull scullc sculld scullp scullv sbull snull\
short shortprint pci simple usb tty lddbus
all: subdirs
subdirs:
for n in $(SUBDIRS); do $(MAKE) -C $$n || exit 1; done
clean:
for n in $(SUBDIRS); do $(MAKE) -C $$n clean; done
1
https://gitee.com/19800703/ldd3-examples-3.x.git
git@gitee.com:19800703/ldd3-examples-3.x.git
19800703
ldd3-examples-3.x
ldd3-examples-3.x
master

搜索帮助