diff options
author | Eric Anholt <[email protected]> | 2014-09-30 16:25:48 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2014-10-09 09:46:39 +0200 |
commit | 0b96a086cbb4bcf0a5aab1fee6d77c1e40295297 (patch) | |
tree | 469717fdc6feed1f4ab6a3d391782d2d14da6abf /configure.ac | |
parent | ef9914aa7481e483d6a12f35ed4eb46b26d17235 (diff) |
vc4: Move the mirrored kernel code to a kernel/ directory.
Now this whole setup matches the kernel's file layout much more closely.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 2a5c143b623..680dff4ab42 100644 --- a/configure.ac +++ b/configure.ac @@ -2163,6 +2163,7 @@ AC_CONFIG_FILES([Makefile src/gallium/drivers/svga/Makefile src/gallium/drivers/trace/Makefile src/gallium/drivers/vc4/Makefile + src/gallium/drivers/vc4/kernel/Makefile src/gallium/state_trackers/clover/Makefile src/gallium/state_trackers/dri/Makefile src/gallium/state_trackers/egl/Makefile |