Blame view

tools/accounting/Makefile 151 Bytes
b24413180   Greg Kroah-Hartman   License cleanup: ...
1
  # SPDX-License-Identifier: GPL-2.0
d522b2cdf   Shuah Khan   tools: move accou...
2
3
4
5
6
7
8
9
10
  CC := $(CROSS_COMPILE)gcc
  CFLAGS := -I../../usr/include
  
  PROGS := getdelays
  
  all: $(PROGS)
  
  clean:
  	rm -fr $(PROGS)