diff options
author | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-17 16:15:55 -0500 |
---|---|---|
committer | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-17 16:15:55 -0500 |
commit | 8dea78da5cee153b8af9c07a2745f6c55057fe12 (patch) | |
tree | a8f4d49d63b1ecc92f2fddceba0655b2472c5bd9 /arch/openrisc/boot/dts | |
parent | 406089d01562f1e2bf9f089fd7637009ebaad589 (diff) |
Patched in Tegra support.
Diffstat (limited to 'arch/openrisc/boot/dts')
-rw-r--r-- | arch/openrisc/boot/dts/Makefile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/openrisc/boot/dts/Makefile b/arch/openrisc/boot/dts/Makefile deleted file mode 100644 index b092d30d6c2..00000000000 --- a/arch/openrisc/boot/dts/Makefile +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | ifneq '$(CONFIG_OPENRISC_BUILTIN_DTB)' '""' | ||
2 | BUILTIN_DTB := $(patsubst "%",%,$(CONFIG_OPENRISC_BUILTIN_DTB)).dtb.o | ||
3 | else | ||
4 | BUILTIN_DTB := | ||
5 | endif | ||
6 | obj-y += $(BUILTIN_DTB) | ||
7 | |||
8 | clean-files := *.dtb.S | ||
9 | |||
10 | #DTC_FLAGS ?= -p 1024 | ||