• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# SPDX-License-Identifier: GPL-2.0-or-later
2# Copyright (c) International Business Machines Corp., 2001
3
4NEEDSPECIAL	:= $(shell echo MAX_SWAPFILES | $(CC) -E -xc -include linux/swap.h 2>/dev/null - | tail -n 1 | grep 32; echo $?)
5ifneq ($(strip $(NEEDSPECIAL)),)
6export CFLAGS	+= -DOLDER_DISTRO_RELEASE
7endif
8
9top_srcdir		?= ../../../..
10
11LTPLIBS = ltpswap
12
13include $(top_srcdir)/include/mk/testcases.mk
14
15LTPLDLIBS  = -lltpswap
16
17include $(top_srcdir)/include/mk/generic_leaf_target.mk
18