ifeq ($(RPM_ARCH), x86_64)
$(call RPM_TO_USERSPACE,./usr/sbin/mcelog,$(RPM_DIR)/mcelog)
endif
+ $(call RPM_TO_USERSPACE,./usr/sbin/ntpdate,$(RPM_DIR)/ntpdate)
+
.PHONY: add-debug-bins
add-debug-bins: root_image-tools-install
$(INSTALL_PROG) tools/eatmem/eatmem userspace/usr/bin/
$(INSTALL_PROG) tools/drfb_test/dfbtest_fillrect userspace/usr/bin/
$(INSTALL_PROG) tools/drfb_load/drfb_load userspace/usr/bin/
+ $(call RPM_TO_USERSPACE,./usr/bin/objdump,$(RPM_DIR)/binutils)
+ $(call RPM_TO_USERSPACE,./usr/lib64/libopcodes*,$(RPM_DIR)/binutils)
fio/fio: fio/fio
$(MAKE) -j$$(($(NCPUS) * 2)) -C fio