From e64eba003f92992057c5a1c8b5eff902e4ddaaa5 Mon Sep 17 00:00:00 2001 From: Leo C Date: Wed, 2 Apr 2014 13:56:33 +0200 Subject: Initial check in --- stm32/Makefile | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 stm32/Makefile (limited to 'stm32/Makefile') diff --git a/stm32/Makefile b/stm32/Makefile new file mode 100644 index 0000000..7833b6d --- /dev/null +++ b/stm32/Makefile @@ -0,0 +1,30 @@ +## +## This file is part of the libopencm3 project. +## +## Copyright (C) 2009 Uwe Hermann +## +## This library is free software: you can redistribute it and/or modify +## it under the terms of the GNU Lesser General Public License as published by +## the Free Software Foundation, either version 3 of the License, or +## (at your option) any later version. +## +## This library is distributed in the hope that it will be useful, +## but WITHOUT ANY WARRANTY; without even the implied warranty of +## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +## GNU Lesser General Public License for more details. +## +## You should have received a copy of the GNU Lesser General Public License +## along with this library. If not, see . +## + +BINARY = z180-stamp-stm32 + +OBJS = z80-if.o hdrom.o + +PREFIX = /usr/local/gcc-arm-none-eabi-4_8-2014q1/bin/arm-none-eabi + +OPENCM3_DIR = ../libopencm3 +LDSCRIPT = ../stm32vl-discovery.ld + +include ../libopencm3.target.mk + -- cgit v1.2.3