blob: 90f512c4e2bba03821016900d9f86d0ee1b6652c [file] [log] [blame]
rjw1f884582022-01-06 17:20:42 +08001# SPDX-License-Identifier: GPL-2.0
2CC := $(CROSS_COMPILE)gcc
3CFLAGS := -I../../usr/include
4
5PROGS := dslm
6
7all: $(PROGS)
8
9clean:
10 rm -fr $(PROGS)