tools: move laptops dslm tool from Documentation
[linux-2.6-block.git] / tools / laptop / dslm / Makefile
CommitLineData
3ca9760f
SK
1CC := $(CROSS_COMPILE)gcc
2CFLAGS := -I../../usr/include
3
4PROGS := dslm
5
6all: $(PROGS)
7
8clean:
9 rm -fr $(PROGS)