1# 2# Makefile for Goldfish platform specific drivers 3# 4obj-$(CONFIG_GOLDFISH_PIPE) += goldfish_pipe_all.o 5goldfish_pipe_all-objs := goldfish_pipe.o goldfish_pipe_v1.o goldfish_pipe_v2.o 6 7obj-$(CONFIG_GOLDFISH_SYNC) += goldfish_sync.o 8
1# 2# Makefile for Goldfish platform specific drivers 3# 4obj-$(CONFIG_GOLDFISH_PIPE) += goldfish_pipe_all.o 5goldfish_pipe_all-objs := goldfish_pipe.o goldfish_pipe_v1.o goldfish_pipe_v2.o 6 7obj-$(CONFIG_GOLDFISH_SYNC) += goldfish_sync.o 8