Signed-off-by: Thomas Chou <tho...@wytron.com.tw>
---
 vendors/Makefile |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/vendors/Makefile b/vendors/Makefile
index b3b6e7b..0427ceb 100644
--- a/vendors/Makefile
+++ b/vendors/Makefile
@@ -25,7 +25,10 @@ dir_v := $(VEND)/$(CONFIG_VENDOR)/$(CONFIG_PRODUCT)/.
 
 # Note: the all and clean targets are not normally used,
 # since user/Makefile jumps directory to the product directory
-all image clean romfs romfs.post vendor_%:
+all image clean romfs romfs.post:
+       $(MAKE) -C $(dir_v) dir_v=$(dir_v) -f $(VEND)/vendors-common.mak $@
+
+vendor_%:
        $(MAKE) -C $(dir_v) dir_v=$(dir_v) -f $(VEND)/vendors-common.mak $@
 
 prune:
-- 
1.7.3.1

_______________________________________________
uClinux-dev mailing list
uClinux-dev@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

Reply via email to