diff mbox

fs/romfs: remove redunant ROMFS_TARGET definition

Message ID 1444071179-18779-1-git-send-email-arnout@mind.be
State Accepted
Commit 03f18925a04119e984442bff41e461baa663a623
Headers show

Commit Message

Arnout Vandecappelle Oct. 5, 2015, 6:52 p.m. UTC
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>
---
 fs/romfs/romfs.mk | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

Comments

Peter Korsgaard Oct. 6, 2015, 6:24 a.m. UTC | #1
>>>>> "Arnout" == Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> writes:

 > 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>

Committed, thanks.
diff mbox

Patch

diff --git a/fs/romfs/romfs.mk b/fs/romfs/romfs.mk
index e0ac65f..2738b6b 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))