]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - fs/romfs/romfs.mk
Globally replace $(HOST_DIR)/usr/bin with $(HOST_DIR)/bin
[coffee/buildroot.git] / fs / romfs / romfs.mk
1 ################################################################################
2 #
3 # Build the romfs root filesystem image
4 #
5 ################################################################################
6
7 ROOTFS_ROMFS_DEPENDENCIES = host-genromfs
8
9 define ROOTFS_ROMFS_CMD
10         $(HOST_DIR)/bin/genromfs -d $(TARGET_DIR) -f $@
11 endef
12
13 $(eval $(call ROOTFS_TARGET,romfs))