mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-29 07:34:06 +08:00
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
|