SmartAudio/lichee/linux-4.9/tools/testing/selftests/powerpc/primitives/Makefile

13 lines
164 B
Makefile
Raw Normal View History

2018-07-13 01:31:50 +00:00
CFLAGS += -I$(CURDIR)
TEST_PROGS := load_unaligned_zeropad
all: $(TEST_PROGS)
$(TEST_PROGS): ../harness.c
include ../../lib.mk
clean:
rm -f $(TEST_PROGS) *.o