1f08c3bdfSopenharmony_ci# Copyright (c) 2013 Oracle and/or its affiliates. All Rights Reserved. 2f08c3bdfSopenharmony_ci# 3f08c3bdfSopenharmony_ci# This program is free software; you can redistribute it and/or 4f08c3bdfSopenharmony_ci# modify it under the terms of the GNU General Public License as 5f08c3bdfSopenharmony_ci# published by the Free Software Foundation; either version 2 of 6f08c3bdfSopenharmony_ci# the License, or (at your option) any later version. 7f08c3bdfSopenharmony_ci# 8f08c3bdfSopenharmony_ci# This program is distributed in the hope that it would be useful, 9f08c3bdfSopenharmony_ci# but WITHOUT ANY WARRANTY; without even the implied warranty of 10f08c3bdfSopenharmony_ci# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11f08c3bdfSopenharmony_ci# GNU General Public License for more details. 12f08c3bdfSopenharmony_ci# 13f08c3bdfSopenharmony_ci# You should have received a copy of the GNU General Public License 14f08c3bdfSopenharmony_ci# along with this program; if not, write the Free Software Foundation, 15f08c3bdfSopenharmony_ci# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 16f08c3bdfSopenharmony_ci 17f08c3bdfSopenharmony_ciifneq ($(KERNELRELEASE),) 18f08c3bdfSopenharmony_ci 19f08c3bdfSopenharmony_ciobj-m := ltp_tbio.o 20f08c3bdfSopenharmony_ci 21f08c3bdfSopenharmony_cielse 22f08c3bdfSopenharmony_ci 23f08c3bdfSopenharmony_citop_srcdir ?= ../../../../.. 24f08c3bdfSopenharmony_ciinclude $(top_srcdir)/include/mk/env_pre.mk 25f08c3bdfSopenharmony_ci 26f08c3bdfSopenharmony_ciREQ_VERSION_MAJOR := 2 27f08c3bdfSopenharmony_ciREQ_VERSION_PATCH := 6 28f08c3bdfSopenharmony_ciMAKE_TARGETS := ltp_tbio.ko 29f08c3bdfSopenharmony_ci 30f08c3bdfSopenharmony_ciinclude $(top_srcdir)/include/mk/module.mk 31f08c3bdfSopenharmony_ciinclude $(top_srcdir)/include/mk/generic_leaf_target.mk 32f08c3bdfSopenharmony_ci 33f08c3bdfSopenharmony_ciendif 34