From: Piotr Dymacz Date: Sun, 21 Feb 2016 09:45:04 +0000 (+0100) Subject: Add cmd_qcaclk to Makefile X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ea077ca11a187d8076a8cbbd509b257c606f3503;p=oweals%2Fu-boot_mod.git Add cmd_qcaclk to Makefile --- diff --git a/u-boot/common/Makefile b/u-boot/common/Makefile index 9fdb706..f22b1c4 100644 --- a/u-boot/common/Makefile +++ b/u-boot/common/Makefile @@ -37,6 +37,7 @@ COBJS = main.o \ cmd_nvedit.o \ cmd_itest.o \ cmd_load.o \ + cmd_qcaclk.o \ command.o \ console.o \ devices.o \