summaryrefslogtreecommitdiffstats
path: root/userspace/Makefile.sources
diff options
context:
space:
mode:
authorAnup Mahindre <amahindre@nvidia.com>2018-08-03 06:50:04 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2018-08-14 15:10:31 -0400
commit02f9c99e4b4a452ded20978c5ee1e27b775b9224 (patch)
tree10ec1a2470cdcf86101104c98e60a391037f0365 /userspace/Makefile.sources
parent7306f2b13106a2464fcc83493554368d31ba2d44 (diff)
userspace: Enable nvgpu-next build
Added targets in corresponding makefiles/sources to enable building nvgpu-next from userspace. JIRA NVGPU-1015 Change-Id: Ia358162e14205035e4552bfb7f32825c7de48fc2 Signed-off-by: Anup Mahindre <amahindre@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1792003 GVS: Gerrit_Virtual_Submit Reviewed-by: Alex Waterman <alexw@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'userspace/Makefile.sources')
-rw-r--r--userspace/Makefile.sources5
1 files changed, 3 insertions, 2 deletions
diff --git a/userspace/Makefile.sources b/userspace/Makefile.sources
index 329871f8..cbb88319 100644
--- a/userspace/Makefile.sources
+++ b/userspace/Makefile.sources
@@ -20,9 +20,10 @@
20# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 20# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
21# DEALINGS IN THE SOFTWARE. 21# DEALINGS IN THE SOFTWARE.
22 22
23include ../drivers/gpu/nvgpu/Makefile.sources 23include $(NVGPU_SRC)/Makefile.sources
24-include $(NVGPU_NEXT_SRC)/Makefile.sources
24 25
25OBJS := $(srcs:%.c=$(NVGPU_OUT)/%.o) 26OBJS := $(srcs:%.c=$(NVGPU_OUT)/%.o) $(srcs_next:%.c=$(NVGPU_OUT)/%.o)
26 27
27HEADERS := \ 28HEADERS := \
28 $(NVGPU_SRC)/include/nvgpu/*.h \ 29 $(NVGPU_SRC)/include/nvgpu/*.h \