diff options
Diffstat (limited to 'drivers/gpu/host1x/Makefile')
-rw-r--r-- | drivers/gpu/host1x/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/host1x/Makefile b/drivers/gpu/host1x/Makefile index 5ef47ffce674..06a995b60902 100644 --- a/drivers/gpu/host1x/Makefile +++ b/drivers/gpu/host1x/Makefile | |||
@@ -4,6 +4,9 @@ host1x-y = \ | |||
4 | syncpt.o \ | 4 | syncpt.o \ |
5 | dev.o \ | 5 | dev.o \ |
6 | intr.o \ | 6 | intr.o \ |
7 | cdma.o \ | ||
8 | channel.o \ | ||
9 | job.o \ | ||
7 | hw/host1x01.o | 10 | hw/host1x01.o |
8 | 11 | ||
9 | obj-$(CONFIG_TEGRA_HOST1X) += host1x.o | 12 | obj-$(CONFIG_TEGRA_HOST1X) += host1x.o |