pkg-cmake: pass <pkg>_CONF_ENV for the target configure step
[buildroot-gz.git] / fs / axfs / axfs.mk
blob05d6e5d3956690d6b6e49015f5dbb55d18ac6ffa
1 ################################################################################
3 # Build the axfs root filesystem image
5 ################################################################################
7 ROOTFS_AXFS_DEPENDENCIES = host-axfsutils
9 define ROOTFS_AXFS_CMD
10 $(HOST_DIR)/usr/bin/mkfs.axfs -s -a $(TARGET_DIR) $@
11 endef
13 $(eval $(call ROOTFS_TARGET,axfs))