Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b6ebbac5 authored by Shuah Khan's avatar Shuah Khan
Browse files

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: default avatarJonathan Corbet <corbet@lwn.net>
Signed-off-by: default avatarShuah Khan <shuahkh@osg.samsung.com>
parent f9b6b0ef
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
subdir-y := accounting auxdisplay blackfin \
	ia64 laptops mic misc-devices \
	laptops mic misc-devices \
	networking pcmcia timers watchdog

Documentation/ia64/Makefile

deleted100644 → 0
+0 −5
Original line number Diff line number Diff line
# List of programs to build
hostprogs-y := aliasing-test

# Tell kbuild to always build the programs
always := $(hostprogs-y)
+8 −0
Original line number Diff line number Diff line
TEST_PROGS := aliasing-test

all: $(TEST_PROGS)

include ../lib.mk

clean:
	rm -fr $(TEST_PROGS)