summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2015-05-25 17:24:45 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-05-26 07:21:45 +0200
commit7fe4531c462c905a8b73c814c92fd5d9b72afd00 (patch)
tree4ef46a5e49ad6e52305ff0a3d21099014e1d1472
parent190978d4401f8ae6143b27ef9de0ee26a352846c (diff)
downloadptxdist-7fe4531c462c905a8b73c814c92fd5d9b72afd00.tar.gz
ptxdist-7fe4531c462c905a8b73c814c92fd5d9b72afd00.tar.xz
rtps: cleanup
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/rtps.in6
-rw-r--r--rules/rtps.make32
2 files changed, 3 insertions, 35 deletions
diff --git a/rules/rtps.in b/rules/rtps.in
index 4db4bd36e..394e8d2cc 100644
--- a/rules/rtps.in
+++ b/rules/rtps.in
@@ -2,10 +2,10 @@
config RTPS
tristate
- depends on !BUSYBOX_PS
+ depends on !BUSYBOX_PS || ALLYES
prompt "rtps"
- select PROCPS
- select PROCPS_PS
+ select PROCPS if RUNTIME
+ select PROCPS_PS if RUNTIME
help
display (rt-) information about the active processes
diff --git a/rules/rtps.make b/rules/rtps.make
index 6abd2e6ac..4213b6dee 100644
--- a/rules/rtps.make
+++ b/rules/rtps.make
@@ -17,38 +17,6 @@ RTPS_VERSION := 1.0
RTPS_LICENSE := GPLv2
# ----------------------------------------------------------------------------
-# Extract
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/rtps.extract:
- @$(call targetinfo)
- @$(call touch)
-
-# ----------------------------------------------------------------------------
-# Prepare
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/rtps.prepare:
- @$(call targetinfo)
- @$(call touch)
-
-# ----------------------------------------------------------------------------
-# Compile
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/rtps.compile:
- @$(call targetinfo)
- @$(call touch)
-
-# ----------------------------------------------------------------------------
-# Install
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/rtps.install:
- @$(call targetinfo)
- @$(call touch)
-
-# ----------------------------------------------------------------------------
# Target-Install
# ----------------------------------------------------------------------------