mirror of
https://github.com/acpica/acpica/
synced 2025-01-19 07:59:44 +03:00
5c55a3aed7
Update for use with CVS to use for git.
12 lines
235 B
Bash
Executable File
12 lines
235 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# Generate iASL compiler
|
|
#
|
|
|
|
mkdir -p bin
|
|
cp Acpi/generate/linux/Makefile.iasl Acpi/source/compiler/Makefile
|
|
cp Acpi/source/os_specific/service_layers/osunixxf.c Acpi/source
|
|
cd Acpi/source/compiler
|
|
make
|
|
cp iasl ../../../bin
|