blob: 90f512c4e2bba03821016900d9f86d0ee1b6652c [file] [log] [blame]
# SPDX-License-Identifier: GPL-2.0
CC := $(CROSS_COMPILE)gcc
CFLAGS := -I../../usr/include
PROGS := dslm
all: $(PROGS)
clean:
rm -fr $(PROGS)