swh:1:snp:49cd9498d6cccc5e78252c27dcb645bcf7bf0c91
Raw File
Tip revision: b1940cd21c0f4abdce101253e860feff547291b0 authored by Linus Torvalds on 06 January 2015, 01:05:20 UTC
Linux 3.19-rc3
Tip revision: b1940cd
Makefile
#
# Makefile for Goldfish platform specific drivers
#
obj-$(CONFIG_GOLDFISH)	+=	pdev_bus.o
obj-$(CONFIG_GOLDFISH_PIPE)	+= goldfish_pipe.o
back to top