ramips: enable device profiling by dts
Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 49125
This commit is contained in:
parent
133f890a12
commit
14177319ea
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ KERNEL_LOADADDR := $(loadaddr-y)
|
||||||
|
|
||||||
KERNEL_DTB = kernel-bin | patch-dtb | lzma
|
KERNEL_DTB = kernel-bin | patch-dtb | lzma
|
||||||
define Device/Default
|
define Device/Default
|
||||||
|
PROFILES = Default $$(DTS)
|
||||||
KERNEL_DEPENDS = $$(wildcard ../dts/$$(DTS).dts)
|
KERNEL_DEPENDS = $$(wildcard ../dts/$$(DTS).dts)
|
||||||
KERNEL := $(KERNEL_DTB) | uImage lzma
|
KERNEL := $(KERNEL_DTB) | uImage lzma
|
||||||
IMAGES := sysupgrade.bin
|
IMAGES := sysupgrade.bin
|
||||||
|
|
Loading…
Reference in a new issue