xref: /kernel/linux/linux-6.6/tools/accounting/Makefile
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/tools/accounting/
162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0
262306a36Sopenharmony_ciCC := $(CROSS_COMPILE)gcc
362306a36Sopenharmony_ciCFLAGS := -I../../usr/include
462306a36Sopenharmony_ci
562306a36Sopenharmony_ciPROGS := getdelays procacct
662306a36Sopenharmony_ci
762306a36Sopenharmony_ciall: $(PROGS)
862306a36Sopenharmony_ci
962306a36Sopenharmony_ciclean:
1062306a36Sopenharmony_ci	rm -fr $(PROGS)
11

Indexes created Thu Nov 07 10:32:03 CST 2024