8 lines
211 B
Makefile
8 lines
211 B
Makefile
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
||
|
|
# Copyright (C) 2013 Linux Test Project
|
||
|
|
|
||
|
|
top_srcdir ?= ../../..
|
||
|
|
|
||
|
|
include $(top_srcdir)/include/mk/env_pre.mk
|
||
|
|
include $(top_srcdir)/include/mk/generic_trunk_target.mk
|