fs/romfs: remove redunant ROMFS_TARGET definition
authorArnout Vandecappelle <arnout@mind.be>
Mon, 5 Oct 2015 18:52:59 +0000 (19:52 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 6 Oct 2015 06:20:01 +0000 (08:20 +0200)
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>
fs/romfs/romfs.mk

index e0ac65ff9e5e9992796a0f55bd0b250b38ae938d..2738b6b292923ec9d6ec4b781436455bdf86f0b3 100644 (file)
@@ -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))