]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - k3conf/k3conf.git/blobdiff - Makefile
Bump up version to 0.1
[k3conf/k3conf.git] / Makefile
index a5cd1bdaf1b4b0b1665f13de9e4196e57bd81d61..ef9e047461a9efe365c65c35eeda61a16a02ad7f 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
@@ -66,7 +66,12 @@ COMMONSOURCES=\
                common/tisci/tisci_device.c \
                common/tisci/tisci_clock.c \
                common/autoadjust_table.c \
-               common/cmd_show.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 \