X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=examples%2Flpc2378%2Flpc2378.mk;fp=examples%2Flpc2378%2Flpc2378.mk;h=10217469008998a6159ea3983672cd75f63119ac;hb=ab067bd420a6e48b25d66444d97ee229b48bcb23;hp=0000000000000000000000000000000000000000;hpb=8284fb65c8c8f9fd233da33fd08f1f81b64cb94b;p=bertos.git diff --git a/examples/lpc2378/lpc2378.mk b/examples/lpc2378/lpc2378.mk new file mode 100644 index 00000000..10217469 --- /dev/null +++ b/examples/lpc2378/lpc2378.mk @@ -0,0 +1,51 @@ +# +# Copyright 2009 Develer S.r.l. (http://www.develer.com/) +# All rights reserved. +# +# Makefile template for BeRTOS wizard. +# +# Author: Lorenzo Berni +# +# + +# Programmer interface configuration, see http://dev.bertos.org/wiki/ProgrammerInterface for help +lpc2378_PROGRAMMER_TYPE = jtag-tiny +lpc2378_PROGRAMMER_PORT = none + +# Files included by the user. +lpc2378_USER_CSRC = \ + examples/lpc2378/main.c \ + # + +# Files included by the user. +lpc2378_USER_PCSRC = \ + # + +# Files included by the user. +lpc2378_USER_CPPASRC = \ + # + +# Files included by the user. +lpc2378_USER_CXXSRC = \ + # + +# Files included by the user. +lpc2378_USER_ASRC = \ + # + +# Flags included by the user. +lpc2378_USER_LDFLAGS = \ + # + +# Flags included by the user. +lpc2378_USER_CPPAFLAGS = \ + # + +# Flags included by the user. +lpc2378_USER_CPPFLAGS = \ + -fno-strict-aliasing \ + -fwrapv \ + # + +# Include the mk file generated by the wizard +include examples/lpc2378/lpc2378_wiz.mk