linux/debian/rules.d/tools/power/cpupower/Makefile

15 lines
470 B
Makefile
Raw Normal View History

2016-03-20 20:08:08 +00:00
include $(top_rulesdir)/Makefile.inc
ifneq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
DEBUG = true
endif
all:
2016-03-20 20:08:08 +00:00
$(shell dpkg-buildflags --export=cmdline) $(MAKE) -C $(top_srcdir)/tools/power/cpupower O=$(CURDIR) DEBUG=$(DEBUG) CPUFREQ_BENCH=false V=true
install:
2016-03-20 20:08:08 +00:00
$(MAKE) -C $(top_srcdir)/tools/power/cpupower O=$(CURDIR) install mandir=/usr/share/man DESTDIR=$(DESTDIR) CPUFREQ_BENCH=false
clean:
2016-03-20 20:08:08 +00:00
$(MAKE) -C $(top_srcdir)/tools/power/cpupower O=$(CURDIR) clean