Merge branch 'acpica'
[cascardo/linux.git] / drivers / acpi / acpica / Makefile
index 8bb43f0..c1a9635 100644 (file)
@@ -2,7 +2,7 @@
 # Makefile for ACPICA Core interpreter
 #
 
-ccflags-y                      := -Os
+ccflags-y                      := -Os -DBUILDING_ACPICA
 ccflags-$(CONFIG_ACPI_DEBUG)   += -DACPI_DEBUG_OUTPUT
 
 # use acpi.o to put all files here into acpi.o modparam namespace
@@ -157,6 +157,7 @@ acpi-y +=           \
        uterror.o       \
        uteval.o        \
        utglobal.o      \
+       uthex.o         \
        utids.o         \
        utinit.o        \
        utlock.o        \
@@ -175,5 +176,10 @@ acpi-y +=          \
        utxferror.o     \
        utxfmutex.o
 
-acpi-$(ACPI_FUTURE_USAGE) += uttrack.o utcache.o
+acpi-$(ACPI_FUTURE_USAGE) +=   \
+       utcache.o               \
+       utfileio.o              \
+       utprint.o               \
+       uttrack.o               \
+       utuuid.o