]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - k3conf/k3conf.git/blobdiff - Makefile
soc: j721e: Add host id information
[k3conf/k3conf.git] / Makefile
index 6171a127c2d9261161995e14741d761018c2521e..5e57df006b0dde4e5e9f8f79bd909b2e3a05f09f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -66,11 +66,19 @@ COMMONSOURCES=\
                common/tisci/tisci_device.c \
                common/tisci/tisci_clock.c
 
+AM65XSOURCES =\
+             soc/am65x/am65x_host_info.c
+
+J721ESOURCES =\
+             soc/j721e/j721e_host_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