From 37966ff16d923bbca53c9464815cb49cbd7fc3be Mon Sep 17 00:00:00 2001 From: inmarket Date: Wed, 19 Feb 2014 00:36:52 +1000 Subject: Integrate the include files with each module. Simplifies structure of code. --- src/gos/sys_make.mk | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/gos/sys_make.mk (limited to 'src/gos/sys_make.mk') diff --git a/src/gos/sys_make.mk b/src/gos/sys_make.mk new file mode 100644 index 00000000..9db29fe2 --- /dev/null +++ b/src/gos/sys_make.mk @@ -0,0 +1,6 @@ +GFXSRC += $(GFXLIB)/src/gos/chibios.c \ + $(GFXLIB)/src/gos/win32.c \ + $(GFXLIB)/src/gos/linux.c \ + $(GFXLIB)/src/gos/osx.c \ + $(GFXLIB)/src/gos/raw32.c \ + -- cgit v1.2.3