aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/acpica/acpitests/aapits-makefile.patch
blob: d38501b77264569a248ae18611f9b4c8351de404 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
From: Al Stone <ahs3@ahs3.net>
Date: Mon, 7 Apr 2014 19:09:37 +0000
Subject: [PATCH 1/2] Fixup aapits build

From http://git.linaro.org/people/al.stone/acpica-tools.git
Upstream-status: Unknown

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 \