Skip to content

Commit

Permalink
Fix build when using O=
Browse files Browse the repository at this point in the history
Fixes issue torvalds#21 on amery/linux-allwinner
  • Loading branch information
turl committed May 19, 2012
1 parent 1406ff9 commit 4a92fcd
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
10 changes: 2 additions & 8 deletions arch/arm/mach-sun4i/clock/Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@


obj-y += ccmu/ccm_mod_clk.o \
ccmu/ccm_sys_clk.o \
ccmu/ccm.o \
ccmu/pll_cfg_tbl.o \
ccmu/ccu_dbg.o \
clock.o \
obj-y += ccmu/
obj-y += clock.o \
aw_clocksrc.o

5 changes: 5 additions & 0 deletions arch/arm/mach-sun4i/clock/ccmu/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
obj-y += ccm_mod_clk.o \
ccm_sys_clk.o \
ccm.o \
pll_cfg_tbl.o \
ccu_dbg.o \
2 changes: 2 additions & 0 deletions arch/arm/mach-sun4i/pm/standby/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
always := standby.bin
targets := standby.elf

obj-y += dram/

standby-y := common.o standby.o stack.o standby_clock.o \
dram/dram.o dram/dram_init.o \
standby_int.o standby_ir.o standby_key.o standby_power.o \
Expand Down
1 change: 1 addition & 0 deletions arch/arm/mach-sun4i/pm/standby/dram/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
obj-y += dram.o dram_init.o

0 comments on commit 4a92fcd

Please sign in to comment.