C8051F32x firmware infrastructure

Sign in or create your account | Project List | Help

C8051F32x firmware infrastructure Git Source Tree

Root/fw/example/Makefile

1#
2# example/Makefile - Example application
3#
4# Written 2010 by Werner Almesberger
5# Copyright 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=example
14OBJS=$(MAIN) version
15
16include ../common/Makefile.system
17include ../common/Makefile.common
18
19CFLAGS += -I../include
20LDFLAGS += --code-loc $(PAYLOAD_START)
21

Archive Download this file

Branches:
master



interactive