]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - k3conf/k3conf.git/blobdiff - Makefile
common: socinfo: Add device identification for AM64x SoC
[k3conf/k3conf.git] / Makefile
index f4fec0c448f8857e06a9212a8132018a84245b9a..52ffa9fb8d505802cca46ec2426627cb549c0f98 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,14 +79,28 @@ AM65XSOURCES =\
              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
+             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_rm_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
+             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_rm_info.c
+
 
 COMMONOBJECTS= $(COMMONSOURCES:.c=.o)
 AM65XOBJECTS=  $(AM65XSOURCES:.c=.o)