acpica/generate/unix/Makefile
Robert Moore d7a58c82f9 Unix makefiles: Split top level make to Makefile.common file.
This will enable a new top level makefile at the acpica root.
2012-06-29 14:21:57 -07:00

17 lines
543 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 the generate/unix 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 = "."
include Makefile.config
include Makefile.common