From: Arnout Vandecappelle Date: Mon, 5 Oct 2015 18:52:59 +0000 (+0100) Subject: fs/romfs: remove redunant ROMFS_TARGET definition X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=03f18925a04119e984442bff41e461baa663a623;p=buildroot.git 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) Signed-off-by: Peter Korsgaard --- diff --git a/fs/romfs/romfs.mk b/fs/romfs/romfs.mk index e0ac65ff9e..2738b6b292 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))