blob: 16867768439bc327b9225a2a2d1b631a5f6b7405 [file] [log] [blame]
include $(COMMON_BASE_MK)
NAME=iozone
SRC_DIR=iozone3_493/src/current
all:
make CC=$(CC) -C $(SRC_DIR) linux-noaio
clean:
-make -C $(SRC_DIR) clean
romfs:
$(ROMFSINST) $(SRC_DIR)/iozone /sbin/iozone
#$(ROMFSINST) $(SRC_DIR)/fileop /sbin/fileop
#$(ROMFSINST) $(SRC_DIR)/pit_server /sbin/pit_server