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