diff options
Diffstat (limited to 'mdk-stage1')
-rw-r--r-- | mdk-stage1/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/Makefile b/mdk-stage1/Makefile index f77d1cfc2..4016231c3 100644 --- a/mdk-stage1/Makefile +++ b/mdk-stage1/Makefile @@ -167,7 +167,7 @@ ifeq (i386, $(ARCH)) BINS += stage1-cdrom stage1-disk stage1-network stage1-network-usb stage1-medias-usb endif ifeq (x86_64, $(ARCH)) -BINS += stage1-cdrom stage1-disk stage1-network stage1-usb +BINS += stage1-cdrom stage1-disk stage1-network stage1-network-usb stage1-medias-usb endif ifeq (i386, $(ARCH)) |