Sync ACPICA with Intel's version 20161222.
[dragonfly.git] / sys / contrib / dev / acpica / generate / unix / Makefile
blob5b187d7d0ac8b9944745d01dae91bcbe456accfe
2 # Common make for acpica tools and utilities
6 # Note: This makefile is intended to be used from within the native
7 # ACPICA directory structure, from under the generate/unix directory.
8 # It specifically places all the object files for each tool in separate
9 # generate/unix subdirectories, not within the various ACPICA source
10 # code directories. This prevents collisions between different
11 # compilations of the same source file with different compile options.
13 BUILD_DIRECTORY_PATH = "."
15 include Makefile.config
16 include Makefile.common