mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 08:44:21 +08:00
ad71860a17
Signed-off-by: Len Brown <len.brown@intel.com>
8 lines
144 B
Makefile
8 lines
144 B
Makefile
#
|
|
# Makefile for all Linux ACPI interpreter subdirectories
|
|
#
|
|
|
|
obj-y := tbxface.o tbinstal.o tbutils.o tbfind.o
|
|
|
|
EXTRA_CFLAGS += $(ACPI_CFLAGS)
|