9 lines
123 B
Makefile
9 lines
123 B
Makefile
|
ccflags-y = -Idrivers/gpu/host1x
|
||
|
|
||
|
host1x-y = \
|
||
|
syncpt.o \
|
||
|
dev.o \
|
||
|
hw/host1x01.o
|
||
|
|
||
|
obj-$(CONFIG_TEGRA_HOST1X) += host1x.o
|