summaryrefslogtreecommitdiff
path: root/packages/system/system.mk
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-01-11 22:16:49 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-01-11 22:16:49 +0100
commitf0108e8bfa0fcb7b3bec515e95109856757efe6a (patch)
treeb14b466160f93a2e3f86ea0daf714c5ea29c9f34 /packages/system/system.mk
parent725691eab26e1fcd0eaf332e80ddd578024280b6 (diff)
downloadembtoolkit-f0108e8bfa0fcb7b3bec515e95109856757efe6a.tar.gz
embtoolkit-f0108e8bfa0fcb7b3bec515e95109856757efe6a.tar.bz2
embtoolkit-f0108e8bfa0fcb7b3bec515e95109856757efe6a.tar.xz
Packages: remove upstart
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'packages/system/system.mk')
-rw-r--r--packages/system/system.mk11
1 files changed, 3 insertions, 8 deletions
diff --git a/packages/system/system.mk b/packages/system/system.mk
index 6db9fe7..be5aa4d 100644
--- a/packages/system/system.mk
+++ b/packages/system/system.mk
@@ -1,6 +1,6 @@
################################################################################
# Embtoolkit
-# Copyright(C) 2010-2011 Abdoulaye Walsimou GAYE.
+# Copyright(C) 2010-2014 Abdoulaye Walsimou GAYE.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -23,15 +23,10 @@
# \date July 2010
################################################################################
-#dbus
-include packages/system/dbus/dbus.mk
-ROOTFS_COMPONENTS-$(CONFIG_EMBTK_HAVE_DBUS) += dbus_install
+# dbus
+$(call embtk_include_pkg,dbus)
# e2fsprogs
include packages/system/e2fsprogs/e2fsprogs.mk
ROOTFS_COMPONENTS-$(CONFIG_EMBTK_HAVE_E2FSPROGS) += e2fsprogs_install
HOSTTOOLS_COMPONENTS-$(CONFIG_EMBTK_HOST_HAVE_E2FSPROGS) += e2fsprogs_host_install
-
-#upstart
-include packages/system/upstart/upstart.mk
-ROOTFS_COMPONENTS-$(CONFIG_EMBTK_HAVE_UPSTART) += upstart_install