]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - tools/laptop/dslm/Makefile
spi: orion: remove redundant assignment of status to zero
[mirror_ubuntu-bionic-kernel.git] / tools / laptop / dslm / Makefile
1 CC := $(CROSS_COMPILE)gcc
2 CFLAGS := -I../../usr/include
3
4 PROGS := dslm
5
6 all: $(PROGS)
7
8 clean:
9 rm -fr $(PROGS)