Current Path : /proc/2568807/root/usr/src/kernels/4.18.0-553.51.1.el8_10.x86_64/tools/laptop/dslm/ |
Current File : //proc/2568807/root/usr/src/kernels/4.18.0-553.51.1.el8_10.x86_64/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)