git: https://android.googlesource.com/kernel/common branch: android-4.9 commit: 03fcc2fe71308c2d164b4e6cbfc738c63e670444
7 lines
207 B
Makefile
7 lines
207 B
Makefile
#
|
|
# Makefile for Goldfish platform specific drivers
|
|
#
|
|
obj-$(CONFIG_GOLDFISH_BUS) += pdev_bus.o
|
|
obj-$(CONFIG_GOLDFISH_PIPE) += goldfish_pipe_all.o
|
|
goldfish_pipe_all-objs := goldfish_pipe.o goldfish_pipe_v2.o
|