Your IP : 216.73.217.13


Current Path : /proc/thread-self/root/usr/src/linux-headers-5.4.0-150/tools/laptop/dslm/
Upload File :
Current File : //proc/thread-self/root/usr/src/linux-headers-5.4.0-150/tools/laptop/dslm/Makefile

# SPDX-License-Identifier: GPL-2.0
CC := $(CROSS_COMPILE)gcc
CFLAGS := -I../../usr/include

PROGS := dslm

all: $(PROGS)

clean:
	rm -fr $(PROGS)