]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - k3conf/k3conf.git/blobdiff - Makefile
soc: am65x: Update sysfw data corresponding to v2020.08b
[k3conf/k3conf.git] / Makefile
index 01ad7acf63b8a4e75eca56b26f4950b55a4ac6d2..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
@@ -84,7 +84,8 @@ AM65XSOURCES =\
              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 \
@@ -92,11 +93,13 @@ 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
 
 
 COMMONOBJECTS= $(COMMONSOURCES:.c=.o)