diff options
author | Terje Bergstrom <tbergstrom@nvidia.com> | 2012-05-22 15:23:13 +0300 |
---|---|---|
committer | Simone Willett <swillett@nvidia.com> | 2012-06-14 16:29:46 -0700 |
commit | 9774bbe31a0741ad71929156f59afdb2aba4eae5 (patch) | |
tree | 97246003d1c10c6bf934d4080e01492c50acbdb8 /drivers/video/tegra/host/host1x/Makefile | |
parent | d02edba6153149b30fbbd5eb9dec91f42eb0d732 (diff) |
video: tegra: host: Register devices in SoC files
Move the device structures to the driver source code files. Register
all nvhost_device's in one loop which is called from board file.
host1x driver code is moved to live under host1x, too. This causes
a need to add host to include path of tegradc and nvavp.
Bug 982965
Change-Id: If99cf9d1ef6bc24663ee8294c19370429ed04ca7
Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com>
Reviewed-on: http://git-master/r/104076
Reviewed-by: Simone Willett <swillett@nvidia.com>
Tested-by: Simone Willett <swillett@nvidia.com>
Diffstat (limited to 'drivers/video/tegra/host/host1x/Makefile')
-rw-r--r-- | drivers/video/tegra/host/host1x/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/tegra/host/host1x/Makefile b/drivers/video/tegra/host/host1x/Makefile index c3214ffe147b..55fcb375709a 100644 --- a/drivers/video/tegra/host/host1x/Makefile +++ b/drivers/video/tegra/host/host1x/Makefile @@ -3,6 +3,7 @@ GCOV_PROFILE := y EXTRA_CFLAGS += -Idrivers/video/tegra/host nvhost-host1x-objs = \ + host1x.o \ host1x_syncpt.o \ host1x_channel.o \ host1x_intr.o \ |