summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-08-11 13:38:34 +0200
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-08-11 13:38:34 +0200
commitf0597cd66d635e1ef3c0a413756ec68732e631a9 (patch)
tree443f83ba84fb263f35fb790ead949c8e65dff4d7 /Makefile
parentfcd787a1329f4bd0e46bbf946b0bffe7b78c6590 (diff)
downloadembtoolkit-f0597cd66d635e1ef3c0a413756ec68732e631a9.tar.gz
embtoolkit-f0597cd66d635e1ef3c0a413756ec68732e631a9.tar.bz2
embtoolkit-f0597cd66d635e1ef3c0a413756ec68732e631a9.tar.xz
Create a target to build/install packages intented to run on host
Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9ea5c46..a7cab64 100644
--- a/Makefile
+++ b/Makefile
@@ -93,7 +93,7 @@ clean: rmallpath
$(Q)$(MAKE) -f scripts/Makefile.clean obj=scripts/basic
$(Q)rm -rf .config kbuild.log .fakeroot*
-startbuild: buildtoolchain rootfs_build successful_build
+startbuild: buildtoolchain host_packages_build rootfs_build successful_build
include mk/macros.mk
include mk/target-mcu.mk