aboutsummaryrefslogtreecommitdiffstats
path: root/tools/laptop/dslm/Makefile
blob: 90f512c4e2bba03821016900d9f86d0ee1b6652c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# SPDX-License-Identifier: GPL-2.0
CC := $(CROSS_COMPILE)gcc
CFLAGS := -I../../usr/include

PROGS := dslm

all: $(PROGS)

clean:
	rm -fr $(PROGS)