6 lines
138 B
Makefile
6 lines
138 B
Makefile
#
|
|
# Makefile for Goldfish platform specific drivers
|
|
#
|
|
obj-$(CONFIG_GOLDFISH) += pdev_bus.o
|
|
obj-$(CONFIG_GOLDFISH_PIPE) += goldfish_pipe.o
|