no more compiled-in auto method
This commit is contained in:
parent
f7f30d4f93
commit
840f1c7f94
2
Makefile
2
Makefile
@ -115,7 +115,7 @@ ALLSRC = $(INITSRC) $(STAGE1SRC) $(MEDIASRC) $(NETWORKSRC)
|
||||
###############################################################################
|
||||
|
||||
STAGE1OBJS-MEDIA = $(subst .c,-MEDIA.o,$(STAGE1SRC) $(MEDIASRC))
|
||||
MEDIA_DEFS = -DDISABLE_NETWORK -DAUTO_METHOD=\""cdrom"\" ##-DAUTO_METHOD=\""disk"\"
|
||||
MEDIA_DEFS = -DDISABLE_NETWORK ##-DAUTO_METHOD=\""cdrom"\" -DAUTO_METHOD=\""disk"\"
|
||||
|
||||
STAGE1OBJS-NETWORK = $(subst .c,-NETWORK.o,$(STAGE1SRC) $(NETWORKSRC))
|
||||
NETWORK_DEFS = -DDISABLE_CDROM -DDISABLE_DISK
|
||||
|
Loading…
Reference in New Issue
Block a user