Newer
Older
barebox / fs / Makefile
@Andrey Smirnov Andrey Smirnov on 30 Oct 2015 538 bytes ARM: Add support for semihosting
obj-$(CONFIG_FS_CRAMFS)	+= cramfs/
obj-$(CONFIG_FS_EXT4)	+= ext4/
obj-$(CONFIG_FS_RAMFS)	+= ramfs.o
obj-y			+= devfs-core.o
obj-$(CONFIG_FS_DEVFS)	+= devfs.o
obj-$(CONFIG_FS_FAT)	+= fat/
obj-y	+= fs.o
obj-$(CONFIG_FS_UBIFS)	+= ubifs/
obj-$(CONFIG_FS_TFTP)	+= tftp.o
obj-$(CONFIG_FS_OMAP4_USBBOOT)	+= omap4_usbbootfs.o
obj-$(CONFIG_FS_NFS)	+= nfs.o parseopt.o
obj-$(CONFIG_FS_BPKFS) += bpkfs.o
obj-$(CONFIG_FS_UIMAGEFS)	+= uimagefs.o
obj-$(CONFIG_FS_EFI)	 += efi.o
obj-$(CONFIG_FS_EFIVARFS) += efivarfs.o
obj-$(CONFIG_FS_SMHFS) += smhfs.o