]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - k3conf/k3conf.git/blobdiff - Makefile
soc: am64x: Add host id information
[k3conf/k3conf.git] / Makefile
index c5d0880e4be60405e5ba3a6a835ffe9d626cdf19..88cf90418fe89fdb540a7dcbe3f8d935e9d60aa1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 #/*
 # * Makefile for k3conf
 # *
-# * Copyright (C) 2019 Texas Instruments Incorporated - http://www.ti.com/
+# * Copyright (C) 2019 Texas Instruments Incorporated - https://www.ti.com/
 # *    Lokesh Vutla <lokeshvutla@ti.com>
 # *
 # *  Redistribution and use in source and binary forms, with or without
@@ -79,11 +79,13 @@ AM65XSOURCES =\
              soc/am65x/am65x_processors_info.c \
              soc/am65x/am65x_devices_info.c \
              soc/am65x/am65x_clocks_info.c \
+             soc/am65x/am65x_rm_info.c \
              soc/am65x_sr2/am65x_sr2_host_info.c \
              soc/am65x_sr2/am65x_sr2_sec_proxy_info.c \
              soc/am65x_sr2/am65x_sr2_processors_info.c \
              soc/am65x_sr2/am65x_sr2_devices_info.c \
-             soc/am65x_sr2/am65x_sr2_clocks_info.c
+             soc/am65x_sr2/am65x_sr2_clocks_info.c \
+             soc/am65x_sr2/am65x_sr2_rm_info.c
 
 J721ESOURCES =\
              soc/j721e/j721e_host_info.c \
@@ -91,20 +93,26 @@ J721ESOURCES =\
              soc/j721e/j721e_processors_info.c \
              soc/j721e/j721e_devices_info.c \
              soc/j721e/j721e_clocks_info.c \
+             soc/j721e/j721e_rm_info.c \
              soc/j7200/j7200_host_info.c \
              soc/j7200/j7200_sec_proxy_info.c \
              soc/j7200/j7200_processors_info.c \
              soc/j7200/j7200_devices_info.c \
-             soc/j7200/j7200_clocks_info.c
+             soc/j7200/j7200_clocks_info.c \
+             soc/j7200/j7200_rm_info.c
 
 
+AM64XSOURCES =\
+             soc/am64x/am64x_host_info.c \
+
 COMMONOBJECTS= $(COMMONSOURCES:.c=.o)
 AM65XOBJECTS=  $(AM65XSOURCES:.c=.o)
 J721EOBJECTS=  $(J721ESOURCES:.c=.o)
+AM64XOBJECTS=  $(AM64XSOURCES:.c=.o)
 
-ALLSOURCES=    $(COMMONSOURCES) $(AM65XSOURCES) $(J721ESOURCES)
+ALLSOURCES=    $(COMMONSOURCES) $(AM65XSOURCES) $(J721ESOURCES) $(AM64XSOURCES)
 
-ALLOBJECTS=    $(COMMONOBJECTS) $(AM65XOBJECTS) $(J721EOBJECTS)
+ALLOBJECTS=    $(COMMONOBJECTS) $(AM65XOBJECTS) $(J721EOBJECTS) $(AM64XOBJECTS)
 
 #
 # Pretty print