diff options
author | John Crispin <john@openwrt.org> | 2016-04-09 10:24:40 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2016-04-09 10:24:40 +0000 |
commit | 14177319eab97789479bc70879925660726ca083 (patch) | |
tree | 49e567e0f1d0e8d66b19ec3b2118dcc30188b6ac | |
parent | 133f890a12db957d3a5584b5f8b8912c89bb9ee2 (diff) | |
download | upstream-14177319eab97789479bc70879925660726ca083.tar.gz upstream-14177319eab97789479bc70879925660726ca083.tar.bz2 upstream-14177319eab97789479bc70879925660726ca083.zip |
ramips: enable device profiling by dts
Signed-off-by: Roman Yeryomin <roman@advem.lv>
SVN-Revision: 49125
-rw-r--r-- | target/linux/ramips/image/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ramips/image/Makefile b/target/linux/ramips/image/Makefile index ddd67a2686..6e0349f021 100644 --- a/target/linux/ramips/image/Makefile +++ b/target/linux/ramips/image/Makefile @@ -32,6 +32,7 @@ KERNEL_LOADADDR := $(loadaddr-y) KERNEL_DTB = kernel-bin | patch-dtb | lzma define Device/Default + PROFILES = Default $$(DTS) KERNEL_DEPENDS = $$(wildcard ../dts/$$(DTS).dts) KERNEL := $(KERNEL_DTB) | uImage lzma IMAGES := sysupgrade.bin |