]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - k3conf/k3conf.git/blobdiff - Makefile
soc: am65x_sr2: Add host id information
[k3conf/k3conf.git] / Makefile
index b06a8296479b92df3b4913e4f24975c00d182ffc..f4fec0c448f8857e06a9212a8132018a84245b9a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,7 @@
 # */
 
 VERSION_MAJOR=0
-VERSION_MINOR=0
+VERSION_MINOR=1
 
 CROSS_COMPILE ?=aarch64-linux-gnu-
 CC = $(CROSS_COMPILE)gcc
@@ -63,13 +63,38 @@ COMMONSOURCES=\
                common/socinfo.c \
                common/sec_proxy.c \
                common/tisci/tisci_core.c \
-               common/tisci/tisci_device.c
+               common/tisci/tisci_device.c \
+               common/tisci/tisci_clock.c \
+               common/autoadjust_table.c \
+               common/cmd_show.c \
+               common/cmd_dump.c \
+               common/cmd_enable.c \
+               common/cmd_disable.c \
+               common/cmd_set.c \
+               common/cmd_rw.c
+
+AM65XSOURCES =\
+             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 \
+             soc/am65x_sr2/am65x_sr2_host_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)
+ALLSOURCES=    $(COMMONSOURCES) $(AM65XSOURCES) $(J721ESOURCES)
 
-ALLOBJECTS=    $(COMMONOBJECTS)
+ALLOBJECTS=    $(COMMONOBJECTS) $(AM65XOBJECTS) $(J721EOBJECTS)
 
 #
 # Pretty print