blob: d6e7175c16b209e46351b396e1a82fe0e852a94e [file] [log] [blame]
yaberauneyaef772532009-10-09 17:55:43 +00001#
2# kernel test suite include Makefile.
3#
4# Copyright (C) 2009, Cisco Systems Inc.
5#
6# This program is free software; you can redistribute it and/or modify
7# it under the terms of the GNU General Public License as published by
8# the Free Software Foundation; either version 2 of the License, or
9# (at your option) any later version.
10#
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY; without even the implied warranty of
13# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14# GNU General Public License for more details.
15#
16# You should have received a copy of the GNU General Public License along
17# with this program; if not, write to the Free Software Foundation, Inc.,
18# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19#
Ngie Cooper8967f962017-02-13 22:06:24 -080020# Ngie Cooper, July 2009
yaberauneyaef772532009-10-09 17:55:43 +000021#
vapier7ded5be2008-11-12 19:04:13 +000022
yaberauneyaef772532009-10-09 17:55:43 +000023top_srcdir ?= ../../..
vapier51f039e2006-09-10 09:53:09 +000024
yaberauneyaef772532009-10-09 17:55:43 +000025include $(top_srcdir)/include/mk/env_pre.mk
vapier51f039e2006-09-10 09:53:09 +000026
yaberauneyaef772532009-10-09 17:55:43 +000027INSTALL_DIR := $(includedir)
vapierfbb13192006-09-11 17:31:23 +000028
yaberauneyaef772532009-10-09 17:55:43 +000029MAKE_TARGETS := linux_syscall_numbers.h
vapierd885d4a2008-01-07 16:47:57 +000030
Ross Burton05d62ea2014-01-16 15:21:51 +000031linux_syscall_numbers.h: $(abs_srcdir)/regen.sh $(wildcard $(abs_srcdir)/*.in)
Cyril Hrubis3f385652016-01-13 14:13:31 +010032 @touch linux_syscall_numbers.h
Ross Burton05d62ea2014-01-16 15:21:51 +000033 $(SHELL) "$<"
vapierfbb13192006-09-11 17:31:23 +000034
yaberauneyaef772532009-10-09 17:55:43 +000035include $(top_srcdir)/include/mk/generic_leaf_target.mk