summaryrefslogtreecommitdiffstats
path: root/rules/ltp-posix.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2008-04-18 08:46:40 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2008-04-18 08:46:40 +0000
commit53fd286bc390f14e8d9b93eab158e2b18224ee52 (patch)
treeff8a33af489552b0f0165420efedc26569061e31 /rules/ltp-posix.make
parent35e5f17113c877a5c0e94fdafe7969fdab82960b (diff)
downloadptxdist-53fd286bc390f14e8d9b93eab158e2b18224ee52.tar.gz
ptxdist-53fd286bc390f14e8d9b93eab158e2b18224ee52.tar.xz
* ltp: make menuconfig instead of config
* ltp: fixup paths and variables due to last point git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8077 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/ltp-posix.make')
-rw-r--r--rules/ltp-posix.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/ltp-posix.make b/rules/ltp-posix.make
index e9cd0f91c..9efd6ccfd 100644
--- a/rules/ltp-posix.make
+++ b/rules/ltp-posix.make
@@ -19,7 +19,7 @@ PACKAGES-$(PTXCONF_LTP_POSIX) += ltp-posix
#
LTP_POSIX_VERSION = $(LTP_VERSION)
LTP_POSIX = ltp-posix-$(LTP_VERSION)
-LTP_POSIX_DIR = $(LTP_DIR)/testcases/open_posix_testsuite
+LTP_POSIX_DIR = $(LTP_BASE_DIR)/testcases/open_posix_testsuite
LTP_POSIX_PKGDIR = $(PKGDIR)/$(LTP_POSIX)
# ----------------------------------------------------------------------------