summaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2017-06-14 09:29:52 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2017-06-14 09:29:52 +0200
commitb1eff2cc397fa99630fe8779b511b5715ec39c07 (patch)
tree570090eb37695a7689aad995ae9a2c7320889ee2 /fs
parente97de0c5008e6927e3c23824cfec788ff83bed54 (diff)
parent2164d3b26a1b290b4116a8733c95b5b0d343e406 (diff)
downloadbarebox-b1eff2cc397fa99630fe8779b511b5715ec39c07.tar.gz
barebox-b1eff2cc397fa99630fe8779b511b5715ec39c07.tar.xz
Merge branch 'for-next/dts'
Diffstat (limited to 'fs')
-rw-r--r--fs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/Makefile b/fs/Makefile
index f2bb702851..b3f929f506 100644
--- a/fs/Makefile
+++ b/fs/Makefile
@@ -4,11 +4,11 @@ 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-y += fs.o parseopt.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_NFS) += nfs.o
obj-$(CONFIG_FS_BPKFS) += bpkfs.o
obj-$(CONFIG_FS_UIMAGEFS) += uimagefs.o
obj-$(CONFIG_FS_EFI) += efi.o