Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 367234
b: refs/heads/master
c: 0b4184c
h: refs/heads/master
v: v3
  • Loading branch information
James Hogan committed Apr 22, 2013
1 parent 5608228 commit 0578911
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 82bbb8325a232e29e1c2ae09200384ddb989c0d5
refs/heads/master: 0b4184c26b18ecbc0ec0657f514b087c3a6216fb
10 changes: 7 additions & 3 deletions trunk/arch/metag/boot/dts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,17 @@ dtb-y += skeleton.dtb
builtindtb-y := skeleton

ifneq ($(CONFIG_METAG_BUILTIN_DTB_NAME),"")
builtindtb-y := $(CONFIG_METAG_BUILTIN_DTB_NAME)
builtindtb-y := $(patsubst "%",%,$(CONFIG_METAG_BUILTIN_DTB_NAME))
endif
obj-$(CONFIG_METAG_BUILTIN_DTB) += $(patsubst "%",%,$(builtindtb-y)).dtb.o

dtb-$(CONFIG_METAG_BUILTIN_DTB) += $(builtindtb-y).dtb
obj-$(CONFIG_METAG_BUILTIN_DTB) += $(builtindtb-y).dtb.o

targets += dtbs
targets += $(dtb-y)

.SECONDARY: $(obj)/$(builtindtb-y).dtb.S

dtbs: $(addprefix $(obj)/, $(dtb-y))

clean-files += *.dtb
clean-files += *.dtb *.dtb.S

0 comments on commit 0578911

Please sign in to comment.