website: update Free Electrons logo
[buildroot-gz.git] / fs / tar / tar.mk
blob11c69c5a8baca725af1625e5fedea11f933118d0
1 ################################################################################
3 # tar to archive target filesystem
5 ################################################################################
7 TAR_OPTS := $(call qstrip,$(BR2_TARGET_ROOTFS_TAR_OPTIONS))
9 define ROOTFS_TAR_CMD
10 tar $(TAR_OPTS) -cf $@ --numeric-owner -C $(TARGET_DIR) .
11 endef
13 $(eval $(call ROOTFS_TARGET,tar))