mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
Fix compilation errors in clk driver
Change-Id: I8d25a211dea888c9143178aa28ec1e01297132c2 Signed-off-by: Akila N <akilan@codeaurora.org>
This commit is contained in:
parent
ef5b429ab2
commit
e34c2dc55e
2 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,3 @@
|
|||
ccflags-y += -I$(srctree)/board/qca/common/ -I$(srctree)/drivers/net/ipq40xx/
|
||||
|
||||
obj-y := ipq40xx.o
|
||||
obj-y += clock.o
|
||||
|
|
|
|||
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue