brintos

brintos / linux-shallow public Read only

0
0
Text · 146 B · 90f512c Raw
11 lines · plain
1# SPDX-License-Identifier: GPL-2.02CC := $(CROSS_COMPILE)gcc3CFLAGS := -I../../usr/include4 5PROGS := dslm6 7all: $(PROGS)8 9clean:10	rm -fr $(PROGS)11