Jon West | 7d88140 | 2021-04-15 08:42:42 -0400 | [diff] [blame] | 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 | LOCAL_MODULE := $(notdir $(LOCAL_PATH)) | ||||
13 | EXTRA_KERNEL_MODULE_PATH_$(LOCAL_MODULE) := $(LOCAL_PATH) |