diff options
author | Shuah Khan <shuahkh@osg.samsung.com> | 2016-09-13 12:52:24 -0600 |
---|---|---|
committer | Shuah Khan <shuahkh@osg.samsung.com> | 2016-09-20 09:58:12 -0600 |
commit | b6ebbac51bedf9e98e837688bc838f400196da5e (patch) | |
tree | 7f25fb7e480e7d437f9ee2dca8a75e9ffd56f8b5 /Documentation/Makefile | |
parent | f9b6b0ef60349cf1747d8f366f23900671f888c5 (diff) |
selftests: move ia64 tests from Documentation/ia64
Remove ia64 from Makefile to move the test to selftests.
Update ia64 Makefile to work under selftests. ia64 will not be run as part
of selftests suite and will not be included in install targets. They can be
built separately for now.
The original Makefile built this test on all archirectures and this update
doesn't change that.
Acked-by: Jonathan Corbet <corbet@lwn.net>
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
Diffstat (limited to 'Documentation/Makefile')
-rw-r--r-- | Documentation/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile index 085b917b4695..572e9b7f3758 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -1,3 +1,3 @@ subdir-y := accounting auxdisplay blackfin \ - ia64 laptops mic misc-devices \ + laptops mic misc-devices \ networking pcmcia timers watchdog |