]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - k3conf/k3conf.git/blobdiff - Makefile
soc: j721e: Add clocks information
[k3conf/k3conf.git] / Makefile
index 00849a6070fe7f7ce5b75dc53637a389d4c5e618..67eb10d2b06701bef2dc5668ea1092b2a6ad4b24 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -67,14 +67,26 @@ COMMONSOURCES=\
                common/tisci/tisci_clock.c
 
 AM65XSOURCES =\
-             soc/am65x/am65x_host_info.c
+             soc/am65x/am65x_host_info.c \
+             soc/am65x/am65x_sec_proxy_info.c \
+             soc/am65x/am65x_processors_info.c \
+             soc/am65x/am65x_devices_info.c \
+             soc/am65x/am65x_clocks_info.c
+
+J721ESOURCES =\
+             soc/j721e/j721e_host_info.c \
+             soc/j721e/j721e_sec_proxy_info.c \
+             soc/j721e/j721e_processors_info.c \
+             soc/j721e/j721e_devices_info.c \
+             soc/j721e/j721e_clocks_info.c
 
 COMMONOBJECTS= $(COMMONSOURCES:.c=.o)
 AM65XOBJECTS=  $(AM65XSOURCES:.c=.o)
+J721EOBJECTS=  $(J721ESOURCES:.c=.o)
 
-ALLSOURCES=    $(COMMONSOURCES) $(AM65XSOURCES)
+ALLSOURCES=    $(COMMONSOURCES) $(AM65XSOURCES) $(J721ESOURCES)
 
-ALLOBJECTS=    $(COMMONOBJECTS) $(AM65XOBJECTS)
+ALLOBJECTS=    $(COMMONOBJECTS) $(AM65XOBJECTS) $(J721EOBJECTS)
 
 #
 # Pretty print