diff options
| author | Stephen Warren <swarren@nvidia.com> | 2017-09-14 12:51:18 -0400 |
|---|---|---|
| committer | mobile promotions <svcmobile_promotions@nvidia.com> | 2017-10-29 14:00:42 -0400 |
| commit | 20bb0324e532863cafc5dc41e8cd5a6ec28413d8 (patch) | |
| tree | b1dffa63f11bb210bfc6b84ce0fc6f940428fa61 /drivers/gpu/host1x | |
| parent | c04513ee6f787a70c9cc839117918e92e38ae9ff (diff) | |
nvidia: use kernel overlay features
Update all Kconfig files and Makefiles to rely on the kernel overlay
feature. In particular, don't include any Kconfig files or Makefiles
from other overlays. -I directives in CFLAGS are not yet cleaned up.
Bug 1978395
Change-Id: I425d37d55f8ea61fb3a082a1504f994ff30cec03
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/1561187
Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
GVS: Gerrit_Virtual_Submit
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/host1x')
| -rw-r--r-- | drivers/gpu/host1x/Makefile (renamed from drivers/gpu/host1x/Makefile.nvidia) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/host1x/Makefile.nvidia b/drivers/gpu/host1x/Makefile index 00744ed9f..0d61d12a6 100644 --- a/drivers/gpu/host1x/Makefile.nvidia +++ b/drivers/gpu/host1x/Makefile | |||
| @@ -5,4 +5,4 @@ host1x-t186-y = \ | |||
| 5 | dev_t186.o \ | 5 | dev_t186.o \ |
| 6 | hw/host1x05.o | 6 | hw/host1x05.o |
| 7 | 7 | ||
| 8 | obj-$(CONFIG_TEGRA_HOST1X) += host1x-t186.o | 8 | obj-$(CONFIG_ARCH_TEGRA_18x_SOC) += host1x-t186.o |
