HOME


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