From 2151935b3a89fdf357181f6f1161c1c0c1dde1f0 Mon Sep 17 00:00:00 2001 From: inmarket Date: Sat, 4 Oct 2014 17:12:33 +1000 Subject: Update to makefiles to support ChibiOS v3, making ARM thumb targets, CPU specific flags etc Also put license in the gmake master scripts. --- boards/base/Linux-Framebuffer/example/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'boards/base/Linux-Framebuffer/example/Makefile') diff --git a/boards/base/Linux-Framebuffer/example/Makefile b/boards/base/Linux-Framebuffer/example/Makefile index 76b2022a..fb0c1b7a 100644 --- a/boards/base/Linux-Framebuffer/example/Makefile +++ b/boards/base/Linux-Framebuffer/example/Makefile @@ -13,6 +13,8 @@ OPT_LINK_OPTIMIZE = yes OPT_NONSTANDARD_FLAGS = no OPT_OS = linux + # Change this next setting (or add the explicit compiler flags) if you are not compiling for x86 linux + OPT_CPU = x86 # uGFX settings # See $(GFXLIB)/tools/gmake_scripts/library_ugfx.mk for the list of variables @@ -30,13 +32,13 @@ ARCH = SRCFLAGS = -ggdb -O0 -SRCFLAGS+= -m32 CFLAGS = CXXFLAGS = ASFLAGS = LDFLAGS = SRC = +OBJS = DEFS = LIBS = INCPATH = -- cgit v1.2.3