xref: /aosp_15_r20/external/ltp/testcases/kernel/device-drivers/Makefile (revision 49cdfc7efb34551c7342be41a7384b9c40d7cab7)
1*49cdfc7eSAndroid Build Coastguard Worker# SPDX-License-Identifier: GPL-2.0-or-later
2*49cdfc7eSAndroid Build Coastguard Worker# Copyright (c) 2013 Oracle and/or its affiliates. All Rights Reserved.
3*49cdfc7eSAndroid Build Coastguard Worker
4*49cdfc7eSAndroid Build Coastguard Workertop_srcdir	?= ../../..
5*49cdfc7eSAndroid Build Coastguard Worker
6*49cdfc7eSAndroid Build Coastguard Workerinclude $(top_srcdir)/include/mk/env_pre.mk
7*49cdfc7eSAndroid Build Coastguard Worker
8*49cdfc7eSAndroid Build Coastguard WorkerSUBDIRS		:= acpi \
9*49cdfc7eSAndroid Build Coastguard Worker		   block \
10*49cdfc7eSAndroid Build Coastguard Worker		   cpufreq \
11*49cdfc7eSAndroid Build Coastguard Worker		   locking \
12*49cdfc7eSAndroid Build Coastguard Worker		   pci \
13*49cdfc7eSAndroid Build Coastguard Worker		   rcu \
14*49cdfc7eSAndroid Build Coastguard Worker		   rtc \
15*49cdfc7eSAndroid Build Coastguard Worker		   tbio \
16*49cdfc7eSAndroid Build Coastguard Worker		   uaccess \
17*49cdfc7eSAndroid Build Coastguard Worker		   zram
18*49cdfc7eSAndroid Build Coastguard Worker
19*49cdfc7eSAndroid Build Coastguard Workerinclude $(top_srcdir)/include/mk/generic_trunk_target.mk
20