DIR:/usr/lib/modules/5.14.0-503.34.1.el9_5.x86_64/source/tools/laptop/dslm/ |
Current File : //usr/lib/modules/5.14.0-503.34.1.el9_5.x86_64/source/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) |