]> www.infradead.org Git - users/jedix/linux-maple.git/commit
pm-graph: Update directory handling and installation process in Makefile
authorAmit Vadhavana <av2082000@gmail.com>
Sun, 25 Aug 2024 11:06:20 +0000 (16:36 +0530)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 4 Sep 2024 12:34:54 +0000 (14:34 +0200)
commit387ce37ed57c5d92400c5cff9d5c887f95db0236
tree95071cf4b957c6dda46396bb88861cdf98e61f64
parentdd7c445beb7baf0ed071aba94341857b07fde69b
pm-graph: Update directory handling and installation process in Makefile

 - Standardize directory variables to support more flexible installations.
 - Add copyright and licensing information to the Makefile.
 - Introduce ".PHONY" declarations to ensure that specific targets are always
   executed, regardless of the presence of files with matching names.
 - Add a help target to provide usage instructions.

Signed-off-by: Amit Vadhavana <av2082000@gmail.com>
Acked-by: Todd Brandt <todd.e.brandt@linux.intel.com>
Link: https://patch.msgid.link/Update
[ rjw: Changelog edits ]
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
tools/power/pm-graph/Makefile