Home | History | Annotate | Download | only in cache_shape
      1 # SPDX-License-Identifier: GPL-2.0
      2 TEST_PROGS := cache_shape
      3 
      4 all: $(TEST_PROGS)
      5 
      6 $(TEST_PROGS): ../harness.c ../utils.c
      7 
      8 include ../../lib.mk
      9 
     10 clean:
     11 	rm -f $(TEST_PROGS) *.o
     12