Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 336576
b: refs/heads/master
c: 19fbd6b
h: refs/heads/master
v: v3
  • Loading branch information
Stephen Warren authored and Rob Herring committed Dec 3, 2012
1 parent ad27bcb commit 062dcea
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 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: 70f915a299bc72424fc2d3498284f6d48b880afa
refs/heads/master: 19fbd6b2961ccbdba73c6c731ef27da29063e094
2 changes: 1 addition & 1 deletion trunk/arch/openrisc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ BUILTIN_DTB := y
else
BUILTIN_DTB := n
endif
core-$(BUILTIN_DTB) += arch/openrisc/boot/
core-$(BUILTIN_DTB) += arch/openrisc/boot/dts/

all: vmlinux
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


ifneq '$(CONFIG_OPENRISC_BUILTIN_DTB)' '""'
BUILTIN_DTB := $(patsubst "%",%,$(CONFIG_OPENRISC_BUILTIN_DTB)).dtb.o
else
Expand All @@ -10,6 +8,3 @@ obj-y += $(BUILTIN_DTB)
clean-files := *.dtb.S

#DTC_FLAGS ?= -p 1024

$(obj)/%.dtb: $(src)/dts/%.dts FORCE
$(call if_changed_dep,dtc)

0 comments on commit 062dcea

Please sign in to comment.