xref: /third_party/ltp/testcases/kernel/device-drivers/agp/user_space/Makefile (revision f08c3bdf)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/ltp/testcases/kernel/device-drivers/agp/user_space/
1
2CFLAGS += -Wall
3OBJS = tagp_ki.o user_tagp.o
4
5test_agp: $(OBJS)
6	$(CC) $(CFLAGS) $(LDFLAGS) $^ -o $@
7
8clean:
9	rm -f $(OBJS) test_agp
10

Indexes created Thu Nov 07 10:32:03 CST 2024