]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - k3conf/k3conf.git/blobdiff - Makefile
soc: j721e: Add Devices info
[k3conf/k3conf.git] / Makefile
index 5e57df006b0dde4e5e9f8f79bd909b2e3a05f09f..12d8cc759a12895eeb6b7f4db53d6a93b3ef2d0e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -67,10 +67,16 @@ 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
 
 J721ESOURCES =\
-             soc/j721e/j721e_host_info.c
+             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
 
 COMMONOBJECTS= $(COMMONSOURCES:.c=.o)
 AM65XOBJECTS=  $(AM65XSOURCES:.c=.o)