thermal: use %d to print S32 parameters
[linux/fpc-iii.git] / tools / testing / selftests / membarrier / Makefile
bloba1a97085847d2e173f836864f35dfccc38229c2a
1 CFLAGS += -g -I../../../../usr/include/
3 TEST_PROGS := membarrier_test
5 all: $(TEST_PROGS)
7 include ../lib.mk
9 clean:
10 $(RM) $(TEST_PROGS)