summaryrefslogtreecommitdiff
path: root/fs
diff options
context:
space:
mode:
authorArnout Vandecappelle <arnout@mind.be>2015-10-05 19:52:59 +0100
committerPeter Korsgaard <peter@korsgaard.com>2015-10-06 08:20:01 +0200
commit03f18925a04119e984442bff41e461baa663a623 (patch)
treeaac755ed8ecc2424424c3d065a460fe16a6c0afe /fs
parentd7f6d320b64ae582d17362dae971288c993736dc (diff)
fs/romfs: remove redunant ROMFS_TARGET definition
Probably a leftover from our last fs infra reworking a couple of years ago. Incidentally, also added a newline at the end of the file. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'fs')
-rw-r--r--fs/romfs/romfs.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/fs/romfs/romfs.mk b/fs/romfs/romfs.mk
index e0ac65ff9..2738b6b29 100644
--- a/fs/romfs/romfs.mk
+++ b/fs/romfs/romfs.mk
@@ -4,12 +4,10 @@
#
################################################################################
-ROMFS_TARGET = $(IMAGE).romfs
-
ROOTFS_ROMFS_DEPENDENCIES = host-genromfs
define ROOTFS_ROMFS_CMD
$(HOST_DIR)/usr/bin/genromfs -d $(TARGET_DIR) -f $@
endef
-$(eval $(call ROOTFS_TARGET,romfs)) \ No newline at end of file
+$(eval $(call ROOTFS_TARGET,romfs))