aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorMichael Brown <mcb30@ipxe.org>2011-02-25 17:46:56 +0000
committerMichael Brown <mcb30@ipxe.org>2011-02-25 17:46:56 +0000
commit27578ec8c1f5dbde801f82b9b35a741c61fefa01 (patch)
tree6f436b35e9072e2e1ee1c04ada26d918888fc507 /src/Makefile
parentef87c4ad083357819afa58c15c270bfc47118d85 (diff)
downloadipxe-27578ec8c1f5dbde801f82b9b35a741c61fefa01.zip
ipxe-27578ec8c1f5dbde801f82b9b35a741c61fefa01.tar.gz
ipxe-27578ec8c1f5dbde801f82b9b35a741c61fefa01.tar.bz2
[linux] Remove Linux-specific code from default (non-Linux) build
Building the Linux-specific code (tap.o et al) requires external headers that have proven to be extremely variable across systems, causing frequent build failures. Until this situation is rectified, remove the Linux-specific code from the default (non-Linux build). Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile
index d51591e..1a878ef 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -74,8 +74,7 @@ SRCDIRS += drivers/block
SRCDIRS += drivers/nvs
SRCDIRS += drivers/bitbash
SRCDIRS += drivers/infiniband
-SRCDIRS += drivers/linux
-SRCDIRS += interface/pxe interface/efi interface/smbios interface/linux
+SRCDIRS += interface/pxe interface/efi interface/smbios
SRCDIRS += tests
SRCDIRS += crypto crypto/axtls crypto/matrixssl
SRCDIRS += hci hci/commands hci/tui