- Added new Makefile.linux in bootrom directory

- Cleaned up Makefile.linux in armsrc directory
- Added Linux toolchain build script in tools directory
- Made LCD support optional (disabled by default) in armsrc
- Small formatting changes
This commit is contained in:
edouard@lafargue.name
2009-04-25 21:19:59 +00:00
parent b1d0de0a08
commit aa4d9d9b73
12 changed files with 686 additions and 40 deletions

View File

@@ -10,17 +10,20 @@ INCLUDE = -I../include
INCLUDES = ../include/proxmark3.h ../include/at91sam7s128.h ../include/config_gpio.h ../include/usb_cmd.h apps.h
LIB = "..\..\devkitARM\lib\gcc\arm-elf\4.1.0\interwork"
# Add the "-DWITH_LCD" flag in CLFAGS to add support for LCD
# and add OBJLCD to OBJ too
CFLAGS = -O6 -c $(INCLUDE) -Wall
OBJLCD = $(OBJDIR)/fonts.o \
$(OBJDIR)/LCD.o
OBJ = $(OBJDIR)/start.o \
$(OBJDIR)/appmain.o \
$(OBJDIR)/fpga.o \
$(OBJDIR)/iso14443.o \
$(OBJDIR)/iso14443a.o \
$(OBJDIR)/iso15693.o \
$(OBJDIR)/util.o \
$(OBJDIR)/fonts.o \
$(OBJDIR)/LCD.o
$(OBJDIR)/util.o
OBJFPGA = \
$(OBJDIR)/fpgaimg.o