mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-09-02 03:12:34 +01:00
revent workload part 1
This commit is contained in:
17
wa/tools/revent/Makefile
Normal file
17
wa/tools/revent/Makefile
Normal file
@@ -0,0 +1,17 @@
|
||||
# CROSS_COMPILE=aarch64-linux-gnu- make
|
||||
#
|
||||
CC=gcc
|
||||
|
||||
ifdef DEBUG
|
||||
CFLAGS=-static -lc -g
|
||||
else
|
||||
CFLAGS=-static -lc -O2
|
||||
endif
|
||||
|
||||
revent: revent.c
|
||||
$(CROSS_COMPILE)$(CC) $(CFLAGS) revent.c -o revent
|
||||
|
||||
clean:
|
||||
rm -rf revent
|
||||
|
||||
.PHONY: clean
|
1490
wa/tools/revent/revent.c
Normal file
1490
wa/tools/revent/revent.c
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user