Home | History | Annotate | Download | only in planetest
      1 PLANETEST_COMMON_FILES := \
      2 	bo.c \
      3 	bo.h \
      4 	dev.c \
      5 	dev.h \
      6 	modeset.c \
      7 	modeset.h
      8 
      9 ATOMICTEST_FILES := \
     10 	atomictest.c
     11 
     12 PLANETEST_FILES := \
     13 	planetest.c
     14