summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/Makefile
diff options
context:
space:
mode:
authorMichael Brown2016-03-17 15:29:18 +0100
committerMichael Brown2016-03-17 15:32:00 +0100
commitdbc9e591a5e958b0b849fc1669902f38043b0422 (patch)
tree70da06624e620bc07475dac54bcac71c5c8a5ab8 /src/arch/i386/Makefile
parent[xen] Use generic test_and_clear_bit() function (diff)
downloadipxe-dbc9e591a5e958b0b849fc1669902f38043b0422.tar.gz
ipxe-dbc9e591a5e958b0b849fc1669902f38043b0422.tar.xz
ipxe-dbc9e591a5e958b0b849fc1669902f38043b0422.zip
[test] Move i386-specific tests to arch/i386/tests
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/arch/i386/Makefile')
-rw-r--r--src/arch/i386/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/i386/Makefile b/src/arch/i386/Makefile
index 89393d06..a5298604 100644
--- a/src/arch/i386/Makefile
+++ b/src/arch/i386/Makefile
@@ -84,6 +84,7 @@ endif
#
SRCDIRS += arch/i386/core
SRCDIRS += arch/i386/image
+SRCDIRS += arch/i386/tests
SRCDIRS += arch/i386/interface/syslinux
# Include common x86 Makefile