android13/external/ltp/testcases/kernel/device-drivers/base/user_base/Makefile

10 lines
138 B
Makefile
Raw Normal View History

2024-06-22 08:45:49 -04:00
CFLAGS += -Wall
OBJS = tbase_ki.o user_tbase.o
test_base: $(OBJS)
$(CC) $(CFLAGS) $(LDFLAGS) $^ -o $@
clean:
rm -f $(OBJS) test_base