diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2018-01-01 22:43:06 -0800 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2018-01-01 22:43:06 -0800 |
commit | 9618a7cca221e8959a920ec13148a7e6bd2e9b7a (patch) | |
tree | 0bba74477176e9b66d7da1963792d0e4fb4a16e2 /src/Makefile.am | |
parent | 9e5f4de8ecc1408fe8b65f5eee442a38322b8ac8 (diff) |
drm_fb: implement drm fb backend
Largely mechanical copying of the drm code into the new fb_ops_t
abstraction. Dormant for now.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 556d193..59ba58c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,5 +1,5 @@ SUBDIRS = modules bin_PROGRAMS = rototiller -rototiller_SOURCES = drmsetup.c drmsetup.h fb.c fb.h fps.c fps.h rototiller.c rototiller.h threads.c threads.h util.c util.h +rototiller_SOURCES = drmsetup.c drmsetup.h drm_fb.c drm_fb.h fb.c fb.h fps.c fps.h rototiller.c rototiller.h threads.c threads.h util.c util.h rototiller_LDADD = @ROTOTILLER_LIBS@ -lm modules/julia/libjulia.a modules/plasma/libplasma.a modules/ray/libray.a modules/roto/libroto.a modules/sparkler/libsparkler.a modules/stars/libstars.a rototiller_CPPFLAGS = @ROTOTILLER_CFLAGS@ |