blob: db58c5802f12563340829f4b4edfc0e9d976aefe (
plain)
1
2
3
4
5
6
|
# Sources
DIR_SOURCES := libnsfb.c frontend.c frontend_sdl.c plot.c plot_util.c plotters.c 32bpp_plotters.c 16bpp_plotters.c
#frontend_linux.c
include build/makefiles/Makefile.subdir
|