Blame view

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