]> Git Repo - linux.git/blob - drivers/acpi/namespace/Makefile
Pull acpi_os_allocate into test branch
[linux.git] / drivers / acpi / namespace / Makefile
1 #
2 # Makefile for all Linux ACPI interpreter subdirectories
3 #
4
5 obj-y := nsaccess.o  nsload.o    nssearch.o  nsxfeval.o \
6          nsalloc.o   nseval.o    nsnames.o   nsutils.o   nsxfname.o \
7          nsdump.o    nsinit.o    nsobject.o  nswalk.o    nsxfobj.o  \
8          nsparse.o
9
10 obj-$(ACPI_FUTURE_USAGE) += nsdumpdv.o
11
12 EXTRA_CFLAGS += $(ACPI_CFLAGS)
This page took 0.032253 seconds and 4 git commands to generate.