From ea077ca11a187d8076a8cbbd509b257c606f3503 Mon Sep 17 00:00:00 2001 From: Piotr Dymacz Date: Sun, 21 Feb 2016 10:45:04 +0100 Subject: [PATCH] Add cmd_qcaclk to Makefile --- u-boot/common/Makefile | 1 + 1 file changed, 1 insertion(+) 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 \ -- 2.25.1