From 12299f58fc46d8ca0c901141e67377ac51506e65 Mon Sep 17 00:00:00 2001 From: Al Stone Date: Apr 05 2014 21:32:11 +0000 Subject: Add new patch to repair aapits makefile Signed-off-by: Al Stone --- diff --git a/aapits-makefile.patch b/aapits-makefile.patch new file mode 100644 index 0000000..d3e8264 --- /dev/null +++ b/aapits-makefile.patch @@ -0,0 +1,19 @@ +diff -urN acpica-unix2-20140325/tests/aapits/Makefile acpica-unix2-20140325/tests/aapits/Makefile +--- acpica-unix2-20140325/tests/aapits/Makefile 2014-04-05 14:23:14.683636794 -0600 ++++ acpica-unix2-20140325-aapits/tests/aapits/Makefile 2014-04-05 15:10:57.879184598 -0600 +@@ -20,6 +20,7 @@ + ../../source/components/hardware/hwxface.c \ + ../../source/common/cmfsize.c \ + ../../source/common/getopt.c \ ++ ../../source/common/ahids.c \ + ../../source/components/debugger/dbcmds.c \ + ../../source/components/debugger/dbconvert.c \ + ../../source/components/debugger/dbdisply.c \ +@@ -154,6 +155,7 @@ + ../../source/components/tables/tbfadt.c \ + ../../source/components/tables/tbfind.c \ + ../../source/components/tables/tbinstal.c \ ++ ../../source/components/tables/tbdata.c \ + ../../source/components/tables/tbprint.c \ + ../../source/components/tables/tbutils.c \ + ../../source/components/tables/tbxface.c \