Browse Source

[build] Add tap.linux to "make everything"

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown 13 years ago
parent
commit
059c11e1e6
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      src/Makefile

+ 2
- 1
src/Makefile View File

@@ -134,7 +134,8 @@ everything :
134 134
 		bin-i386-efi/ipxe.efi bin-i386-efi/ipxe.efidrv \
135 135
 		bin-i386-efi/ipxe.efirom \
136 136
 		bin-x86_64-efi/ipxe.efi bin-x86_64-efi/ipxe.efidrv \
137
-		bin-x86_64-efi/ipxe.efirom
137
+		bin-x86_64-efi/ipxe.efirom \
138
+		bin-i386-linux/tap.linux bin-x86_64-linux/tap.linux
138 139
 
139 140
 ###############################################################################
140 141
 #

Loading…
Cancel
Save