aboutsummaryrefslogtreecommitdiffstats
path: root/tools/Makefile
diff options
context:
space:
mode:
authorLv Zheng <lv.zheng@intel.com>2014-01-15 12:04:09 +0800
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2014-01-16 01:50:31 +0100
commitf677b30b487ca3763c3de3f1b4d8c976c2961cd1 (patch)
tree49126e58783452887882371e8afd44d29a02ac98 /tools/Makefile
parentLinux 3.13-rc8 (diff)
downloadlinux-dev-f677b30b487ca3763c3de3f1b4d8c976c2961cd1.tar.xz
linux-dev-f677b30b487ca3763c3de3f1b4d8c976c2961cd1.zip
ACPICA: acpidump: Cleanup tools/power/acpi makefiles.
This patch cleans up old tools/power/acpi Makefile for further porting, make it compiled in a similar way as the other tools. No functional changes. The CFLAGS is modified as follows: 1. Previous cc flags: -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Os -s \ -D_LINUX -DDEFINE_ALTERNATE_TYPES -I../../../include 2. Current cc flags: DEBUG=false: -D_LINUX -DDEFINE_ALTERNATE_TYPES -I../../../include -Wall \ -Wstrict-prototypes -Wdeclaration-after-statement -Os \ -fomit-frame-pointer Normal: -D_LINUX -DDEFINE_ALTERNATE_TYPES -I../../../include -Wall \ -Wstrict-prototypes -Wdeclaration-after-statement -O1 -g -DDEBUG There is only one difference: -fomit-frame-pointer. Signed-off-by: Lv Zheng <lv.zheng@intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'tools/Makefile')
0 files changed, 0 insertions, 0 deletions