* Added r_fs support for the following filesystems:
fat, ntfs, cpio, tar, hfs, hfsplus, udf, iso9660,
reiserfs, ufs, ufs2, xfs and jfs
* Added vapi files for r_fs
2011-01-14 08:45:33 +00:00
|
|
|
OBJ_ISO9660=fs_iso9660.o
|
2013-12-14 02:51:18 +00:00
|
|
|
EXTRA=$(GRUB)
|
* Added r_fs support for the following filesystems:
fat, ntfs, cpio, tar, hfs, hfsplus, udf, iso9660,
reiserfs, ufs, ufs2, xfs and jfs
* Added vapi files for r_fs
2011-01-14 08:45:33 +00:00
|
|
|
CFLAGS+=-Igrub/include
|
|
|
|
|
|
|
|
STATIC_OBJ+=${OBJ_ISO9660}
|
|
|
|
#STATIC_OBJ+=${EXTRA}
|
|
|
|
TARGET_ISO9660=fs_iso9660.${EXT_SO}
|
|
|
|
|
|
|
|
ALL_TARGETS+=${TARGET_ISO9660}
|
|
|
|
|
|
|
|
${TARGET_ISO9660}: ${OBJ_ISO9660}
|
2011-07-18 22:12:36 +00:00
|
|
|
${CC} $(call libname,fs_iso9660) ${LDFLAGS} ${CFLAGS} -o ${TARGET_ISO9660} ${OBJ_ISO9660} ${EXTRA}
|