Fix compilation errors in clk driver

Change-Id: I8d25a211dea888c9143178aa28ec1e01297132c2
Signed-off-by: Akila N <akilan@codeaurora.org>
This commit is contained in:
Akila N 2016-09-28 12:47:34 +05:30
parent ef5b429ab2
commit e34c2dc55e
2 changed files with 1 additions and 1 deletions

View file

@ -1,4 +1,3 @@
ccflags-y += -I$(srctree)/board/qca/common/ -I$(srctree)/drivers/net/ipq40xx/
obj-y := ipq40xx.o
obj-y += clock.o

View file

@ -44,6 +44,7 @@ obj-$(CONFIG_DM_DEMO) += demo/
obj-$(CONFIG_BIOSEMU) += bios_emulator/
obj-y += block/
obj-$(CONFIG_BOOTCOUNT_LIMIT) += bootcount/
obj-$(CONFIG_QCA_COMMON) += clk/
obj-$(CONFIG_CPU) += cpu/
obj-y += crypto/
obj-$(CONFIG_FPGA) += fpga/