Root/atusb-sil/fw/boot/Makefile

1#
2# boot/Makefile - Makefile for DFU-capable boot loader for ATRF
3
4# Written 2008, 2010 by Werner Almesberger
5# Copyright 2008, 2010 Werner Almesberger
6#
7# This program is free software; you can redistribute it and/or modify
8# it under the terms of the GNU General Public License as published by
9# the Free Software Foundation; either version 2 of the License, or
10# (at your option) any later version.
11#
12
13MAIN=boot
14OBJS=$(MAIN) usb dfu version
15
16F32XBASE = ../../../../f32xbase
17
18include $(F32XBASE)/fw/common/Makefile.system
19include $(F32XBASE)/fw/common/Makefile.common
20include ../common/Makefile.common
21
22CFLAGS += -I../common -I../include -D$(BOARD)
23LDFLAGS += --code-size $(PAYLOAD_START)
24

Archive Download this file



interactive