diff options
| author | Roman Yeryomin <roman@advem.lv> | 2013-05-17 20:40:24 +0300 |
|---|---|---|
| committer | Roman Yeryomin <roman@advem.lv> | 2013-05-17 20:40:24 +0300 |
| commit | e6d87036412b952cb083eff2dc716aee97a771f2 (patch) | |
| tree | 273dd3daaa85553832d3cc6d48276229dc7fbe09 /target/linux/realtek/files/rtkload/Makefile | |
| parent | a18fec42221baa52fff4c5ffd45ec8f32e3add36 (diff) | |
Move to rsdk 3.2.4. Compiles cleanly.
Signed-off-by: Roman Yeryomin <roman@advem.lv>
Diffstat (limited to 'target/linux/realtek/files/rtkload/Makefile')
| -rw-r--r-- | target/linux/realtek/files/rtkload/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/realtek/files/rtkload/Makefile b/target/linux/realtek/files/rtkload/Makefile index b3f560205..235673bc7 100644 --- a/target/linux/realtek/files/rtkload/Makefile +++ b/target/linux/realtek/files/rtkload/Makefile @@ -1,7 +1,7 @@ # The kernel tree you do builds in. # Uncomment if you're building for the emulator include ../.config -#include ../../.config # to check toolchain CONFIG_RSDK_rsdk-1.5.4-5281-EB-2.6.30-0.9.30.3-uls-101110 +include ../../.config # to check toolchain CONFIG_RSDK_rsdk-1.5.4-5281-EB-2.6.30-0.9.30.3-uls-101110 DOQUIET = false #DOQUIET = true #EMULATOR = true @@ -13,6 +13,7 @@ CVIMG=./cvimg else CVIMG=$(DIR_USERS)/goahead-2.1.1/LINUX/cvimg endif +.NOTPARALLEL : all else CVIMG=$(DIR_USERS)/boa/tools/cvimg endif |
