Skip to content

Commit

Permalink
clk: zynq: remove redundant $(CONFIG_ARCH_ZYNQ) in Makefile
Browse files Browse the repository at this point in the history
Kbuild descends into drivers/clk/zynq/ only when CONFIG_ARCH_ZYNQ
is enabled.  (see drivers/clk/Makefile)

$(CONFIG_ARCH_ZYNQ) in drivers/clk/zynq/Makefile always evaluates
to 'y'.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
  • Loading branch information
Masahiro Yamada authored and Michal Simek committed Jul 31, 2015
1 parent d6448b7 commit 07e4d3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/clk/zynq/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Zynq clock specific Makefile

obj-$(CONFIG_ARCH_ZYNQ) += clkc.o pll.o
obj-y += clkc.o pll.o

0 comments on commit 07e4d3d

Please sign in to comment.