mirror of
https://github.com/torvalds/linux.git
synced 2026-02-04 15:28:49 +08:00
Signed-off-by: Alexey Starikovskiy <alexey.y.starikovskiy@intel.com> Signed-off-by: Len Brown <len.brown@intel.com>
8 lines
153 B
Makefile
8 lines
153 B
Makefile
#
|
|
# Makefile for all Linux ACPI interpreter subdirectories
|
|
#
|
|
|
|
obj-y := tbxface.o tbinstal.o tbutils.o tbfind.o tbfadt.o
|
|
|
|
EXTRA_CFLAGS += $(ACPI_CFLAGS)
|