tegrakernel/kernel/kernel-4.9/samples/mei/Makefile

10 lines
122 B
Makefile
Raw Normal View History

2022-02-16 09:13:02 -06:00
CC := $(CROSS_COMPILE)gcc
CFLAGS := -I../../usr/include
PROGS := mei-amt-version
all: $(PROGS)
clean:
rm -fr $(PROGS)