20 lines
376 B
Makefile
20 lines
376 B
Makefile
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
# Copyright (c) 2013 Oracle and/or its affiliates. All Rights Reserved.
|
|
|
|
top_srcdir ?= ../../..
|
|
|
|
include $(top_srcdir)/include/mk/env_pre.mk
|
|
|
|
SUBDIRS := acpi \
|
|
block \
|
|
cpufreq \
|
|
locking \
|
|
pci \
|
|
rcu \
|
|
rtc \
|
|
tbio \
|
|
uaccess \
|
|
zram
|
|
|
|
include $(top_srcdir)/include/mk/generic_trunk_target.mk
|