Fix breakage from earlier inadvertant changes.
This commit is contained in:
parent
9e655d620b
commit
83110b06f8
@ -16,7 +16,6 @@ LOADER_CD9660_SUPPORT?= yes
|
||||
LOADER_NET_SUPPORT?= yes
|
||||
LOADER_NFS_SUPPORT?= yes
|
||||
LOADER_TFTP_SUPPORT?= yes
|
||||
LOADER_ZIP_SUPPORT?= yes
|
||||
LOADER_GZIP_SUPPORT?= yes
|
||||
LOADER_BZIP2_SUPPORT?= no
|
||||
|
||||
@ -29,9 +28,6 @@ CFLAGS+= -DLOADER_UFS_SUPPORT
|
||||
.if ${LOADER_CD9660_SUPPORT} == "yes"
|
||||
CFLAGS+= -DLOADER_CD9660_SUPPORT
|
||||
.endif
|
||||
.if ${LOADER_ZIP_SUPPORT} == "yes"
|
||||
CFLAGS+= -DLOADER_ZIP_SUPPORT
|
||||
.endif
|
||||
.if ${LOADER_GZIP_SUPPORT} == "yes"
|
||||
CFLAGS+= -DLOADER_GZIP_SUPPORT
|
||||
.endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user