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_ciifdef CONFIG_FW_LOADER 20f08c3bdfSopenharmony_ciobj-m := ltp_fw_load.o 21f08c3bdfSopenharmony_ciendif 22f08c3bdfSopenharmony_ci 23f08c3bdfSopenharmony_cielse 24f08c3bdfSopenharmony_ci 25f08c3bdfSopenharmony_citop_srcdir ?= ../../../.. 26f08c3bdfSopenharmony_ciinclude $(top_srcdir)/include/mk/env_pre.mk 27f08c3bdfSopenharmony_ci 28f08c3bdfSopenharmony_ciREQ_VERSION_MAJOR := 3 29f08c3bdfSopenharmony_ciREQ_VERSION_PATCH := 7 30f08c3bdfSopenharmony_ciMAKE_TARGETS := ltp_fw_load.ko 31f08c3bdfSopenharmony_ci 32f08c3bdfSopenharmony_ciinclude $(top_srcdir)/include/mk/module.mk 33f08c3bdfSopenharmony_ciinclude $(top_srcdir)/include/mk/generic_leaf_target.mk 34f08c3bdfSopenharmony_ci 35f08c3bdfSopenharmony_ciendif 36