summaryrefslogtreecommitdiff
path: root/ucoo/hal/frame_buffer/Module
diff options
context:
space:
mode:
Diffstat (limited to 'ucoo/hal/frame_buffer/Module')
-rw-r--r--ucoo/hal/frame_buffer/Module6
1 files changed, 6 insertions, 0 deletions
diff --git a/ucoo/hal/frame_buffer/Module b/ucoo/hal/frame_buffer/Module
new file mode 100644
index 0000000..699de5b
--- /dev/null
+++ b/ucoo/hal/frame_buffer/Module
@@ -0,0 +1,6 @@
+ucoo_hal_frame_buffer_SOURCES := sdl_frame_buffer.host.cc
+
+SDL_CFLAGS = $(shell sdl2-config --cflags)
+SDL_LIBS = $(shell sdl2-config --libs)
+host_CFLAGS += $(SDL_CFLAGS)
+host_LIBS += $(SDL_LIBS)