linux/debian/rules.d/tools
Ben Hutchings f6cb5491d1 cpupower: Fix handling of noopt and nostrip build options
The upstream Makefile uses DEBUG to control both stripping of debug
information *and* disabling optimisations.

We want to disable stripping of debug information so that (normally)
dh_strip can move it into a separate package later.  However we also
want to enable optimisations by default.

Therefore:

- Set the STRIP variable (a command prefix) to "true"
- Set the DEBUG variable (a pseudo-boolean) to "true" if and only if
  the "noopt" build option is used
2018-08-02 23:39:19 +08:00
..
hv Fix architecture filtering to use DEB_HOST_ARCH not DEB_BUILD_ARCH 2016-03-20 22:00:15 +00:00
lib/lockdep debian/rules.d/tools/lib/lockdep/Makefile: Fix repeated 'make install' 2018-04-08 10:31:19 +02:00
objtool objtool, usbip: Build with V=1 by default 2018-08-02 23:35:55 +08:00
perf Release linux (4.17.6-2). 2018-07-16 01:44:06 +01:00
power cpupower: Fix handling of noopt and nostrip build options 2018-08-02 23:39:19 +08:00
usb/usbip objtool, usbip: Build with V=1 by default 2018-08-02 23:35:55 +08:00
Makefile linux-kbuild: Add objtool 2017-12-27 01:38:04 +00:00