X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=Makefile;h=0dc997c86fad22d433bfc3067f10d2f43aa379ab;hp=1d815624c44228a1cedcfb1c28ccd8ddd4dff4aa;hb=91aea6ec78170ffeb64a2a374ba69bce4986b86f;hpb=7e8ad197a8d219e2fc181c881143f11891e7d0d5 diff --git a/Makefile b/Makefile index 1d815624..0dc997c8 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,8 @@ SOURCE = gettime.c fio.c ioengines.c init.c stat.c log.c time.c filesetup.c \ eta.c verify.c memory.c io_u.c parse.c mutex.c options.c \ rbtree.c smalloc.c filehash.c profile.c debug.c lib/rand.c \ lib/num2str.c $(wildcard crc/*.c) engines/cpu.c \ - engines/mmap.c engines/sync.c engines/null.c engines/net.c + engines/mmap.c engines/sync.c engines/null.c engines/net.c \ + memalign.c ifeq ($(UNAME), Linux) SOURCE += diskutil.c fifo.c blktrace.c helpers.c cgroup.c trim.c \