forked from rrcarlosr/Jetpack
dchvs
75c7968d30
Jetson Xavier NX, Jetson TX2 Series, Jetson AGX Xavier Series, Jetson Nano, Jetson TX1 [L4T 32.4.4]
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
|