aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/samsungtv/module.mk
blob: cba09db74cb2fdeb1f409634f6f1dad2ae754324 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
MODULE := backends/platform/samsungtv

MODULE_OBJS := \
	main.o \
	samsungtv.o

# We don't use rules.mk but rather manually update OBJS and MODULE_DIRS.
MODULE_OBJS := $(addprefix $(MODULE)/, $(MODULE_OBJS))
OBJS := $(MODULE_OBJS) $(OBJS)
MODULE_DIRS += $(sort $(dir $(MODULE_OBJS)))

# Hack to ensure the SDL backend is built so we can use OSystem_SDL.
-include $(srcdir)/backends/platform/sdl/module.mk