mirror of
https://github.com/acpica/acpica/
synced 2024-12-26 20:29:48 +03:00
c06bf212e2
For convenience, adds a new makefile at the top level acpica directory which in turn generates the tools via the makefiles found under generate/unix.
17 lines
582 B
Makefile
17 lines
582 B
Makefile
#
|
|
# Common make for acpica tools and utilities
|
|
#
|
|
|
|
#
|
|
# Note: This makefile is intended to be used from within the native
|
|
# ACPICA directory structure, from under top level acpica directory.
|
|
# It specifically places all the object files for each tool in separate
|
|
# generate/unix subdirectories, not within the various ACPICA source
|
|
# code directories. This prevents collisions between different
|
|
# compilations of the same source file with different compile options.
|
|
#
|
|
BUILD_DIRECTORY_PATH = "generate/unix"
|
|
|
|
include generate/unix/Makefile.config
|
|
include generate/unix/Makefile.common
|