aboutsummaryrefslogtreecommitdiff
path: root/compiler/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/Makefile')
-rw-r--r--compiler/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/compiler/Makefile b/compiler/Makefile
index 3d7028200b36..b967c74ba31f 100644
--- a/compiler/Makefile
+++ b/compiler/Makefile
@@ -63,6 +63,7 @@ OBJS = \
asltransform.o \
asltree.o \
aslutils.o \
+ asluuid.o \
dtcompile.o \
dtfield.o \
dtio.o \
@@ -284,6 +285,9 @@ asltree.o : $(ASL_COMPILER)/asltree.c
aslutils.o : $(ASL_COMPILER)/aslutils.c
$(COMPILE)
+asluuid.o : $(ASL_COMPILER)/asluuid.c
+ $(COMPILE)
+
#
# Data Table Compiler