OSDN Git Service

Add rules to build external kernel modules
[android-x86/external-kernel-drivers.git] / Android.mk
1 #
2 # Copyright (C) 2018 The Android-x86 Open Source Project
3 #
4 # Licensed under the GNU General Public License Version 2 or later.
5 # You may not use this file except in compliance with the License.
6 # You may obtain a copy of the License at
7 #
8 #      http://www.gnu.org/licenses/gpl.html
9 #
10
11 LOCAL_PATH := $(my-dir)
12
13 TARGET_EXTRA_KERNEL_MODULES += $(patsubst $(LOCAL_PATH)/%/Android.mk,%,$(wildcard $(LOCAL_PATH)/*/Android.mk))
14
15 include $(call all-subdir-makefiles)