blob: 16867768439bc327b9225a2a2d1b631a5f6b7405 [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001
2include $(COMMON_BASE_MK)
3
4NAME=iozone
5SRC_DIR=iozone3_493/src/current
6
7all:
8 make CC=$(CC) -C $(SRC_DIR) linux-noaio
9
10clean:
11 -make -C $(SRC_DIR) clean
12
13romfs:
14 $(ROMFSINST) $(SRC_DIR)/iozone /sbin/iozone
15 #$(ROMFSINST) $(SRC_DIR)/fileop /sbin/fileop
16 #$(ROMFSINST) $(SRC_DIR)/pit_server /sbin/pit_server