Current Path : /proc/3206407/root/usr/src/kernels/4.18.0-553.52.1.el8_10.x86_64/samples/auxdisplay/ |
Current File : //proc/3206407/root/usr/src/kernels/4.18.0-553.52.1.el8_10.x86_64/samples/auxdisplay/Makefile |
# SPDX-License-Identifier: GPL-2.0 CC := $(CROSS_COMPILE)gcc CFLAGS := -I../../usr/include PROGS := cfag12864b-example all: $(PROGS) clean: rm -fr $(PROGS)