diff mbox

[3/4] Update copy-acpica.sh to copy over new sources

Message ID 1342569140-21829-4-git-send-email-colin.king@canonical.com
State Accepted
Headers show

Commit Message

Colin Ian King July 17, 2012, 11:52 p.m. UTC
From: Colin Ian King <colin.king@canonical.com>

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 copy-acpica.sh |    3 +++
 1 file changed, 3 insertions(+)

Comments

Ivan Hu July 20, 2012, 9:49 a.m. UTC | #1
On 07/18/2012 07:52 AM, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>   copy-acpica.sh |    3 +++
>   1 file changed, 3 insertions(+)
>
> diff --git a/copy-acpica.sh b/copy-acpica.sh
> index a4ee0cd..b578974 100755
> --- a/copy-acpica.sh
> +++ b/copy-acpica.sh
> @@ -182,6 +182,7 @@ files="include/acpi.h \
>          components/tables/tbutils.c \
>          components/tables/tbxface.c \
>          components/tables/tbxfroot.c \
> +       components/tables/tbxfload.c \
>          components/utilities/utaddress.c \
>          components/utilities/utalloc.c \
>          components/utilities/utcache.c \
> @@ -204,6 +205,7 @@ files="include/acpi.h \
>          components/utilities/utxferror.c \
>          components/utilities/utxface.c \
>          components/utilities/utdecode.c \
> +       components/utilities/utexcep.c \
>          tools/acpiexec/aehandlers.c \
>          tools/acpiexec/aecommon.h \
>          compiler/aslanalyze.c \
> @@ -269,6 +271,7 @@ files="include/acpi.h \
>          common/adfile.c \
>          common/adisasm.c \
>          common/adwalk.c \
> +       common/ahpredef.c \
>          common/dmextern.c \
>          common/dmrestag.c \
>          common/dmtable.c \
>
Acked-by: Ivan Hu<ivan.hu@canonical.com>
Keng-Yu Lin July 23, 2012, 5:39 a.m. UTC | #2
On Wed, Jul 18, 2012 at 7:52 AM, Colin King <colin.king@canonical.com> wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>  copy-acpica.sh |    3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/copy-acpica.sh b/copy-acpica.sh
> index a4ee0cd..b578974 100755
> --- a/copy-acpica.sh
> +++ b/copy-acpica.sh
> @@ -182,6 +182,7 @@ files="include/acpi.h \
>         components/tables/tbutils.c \
>         components/tables/tbxface.c \
>         components/tables/tbxfroot.c \
> +       components/tables/tbxfload.c \
>         components/utilities/utaddress.c \
>         components/utilities/utalloc.c \
>         components/utilities/utcache.c \
> @@ -204,6 +205,7 @@ files="include/acpi.h \
>         components/utilities/utxferror.c \
>         components/utilities/utxface.c \
>         components/utilities/utdecode.c \
> +       components/utilities/utexcep.c \
>         tools/acpiexec/aehandlers.c \
>         tools/acpiexec/aecommon.h \
>         compiler/aslanalyze.c \
> @@ -269,6 +271,7 @@ files="include/acpi.h \
>         common/adfile.c \
>         common/adisasm.c \
>         common/adwalk.c \
> +       common/ahpredef.c \
>         common/dmextern.c \
>         common/dmrestag.c \
>         common/dmtable.c \
> --
> 1.7.10.4
>

Acked-by: Keng-Yu Lin <kengyu@canonical.com>
diff mbox

Patch

diff --git a/copy-acpica.sh b/copy-acpica.sh
index a4ee0cd..b578974 100755
--- a/copy-acpica.sh
+++ b/copy-acpica.sh
@@ -182,6 +182,7 @@  files="include/acpi.h \
        components/tables/tbutils.c \
        components/tables/tbxface.c \
        components/tables/tbxfroot.c \
+       components/tables/tbxfload.c \
        components/utilities/utaddress.c \
        components/utilities/utalloc.c \
        components/utilities/utcache.c \
@@ -204,6 +205,7 @@  files="include/acpi.h \
        components/utilities/utxferror.c \
        components/utilities/utxface.c \
        components/utilities/utdecode.c \
+       components/utilities/utexcep.c \
        tools/acpiexec/aehandlers.c \
        tools/acpiexec/aecommon.h \
        compiler/aslanalyze.c \
@@ -269,6 +271,7 @@  files="include/acpi.h \
        common/adfile.c \
        common/adisasm.c \
        common/adwalk.c \
+       common/ahpredef.c \
        common/dmextern.c \
        common/dmrestag.c \
        common/dmtable.c \