diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2010-04-06 16:19:46 +0200 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2010-04-06 16:19:46 +0200 |
commit | e1b4229b5a245fd1d7f1e97f71fec0e7897729c3 (patch) | |
tree | f8d9ccd89c956abd3d96d02cdcb03ff2275d7946 /test/Rules.mak | |
parent | fd8991cc59305a071e9f1765b3e1e09de9339bc3 (diff) |
getconf: move to utils/
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'test/Rules.mak')
-rw-r--r-- | test/Rules.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Rules.mak b/test/Rules.mak index a386390b0..a84a7db2b 100644 --- a/test/Rules.mak +++ b/test/Rules.mak @@ -44,6 +44,7 @@ endif export TARGET_ARCH RM_R = $(Q)$(RM) -r +LN_S = $(Q)$(LN) -fs ifneq ($(KERNEL_HEADERS),) ifeq ($(patsubst /%,/,$(KERNEL_HEADERS)),/) |