X-Git-Url: https://hackdaworld.org/gitweb/?p=my-code%2Farm.git;a=blobdiff_plain;f=betty%2FMakefile;h=a76cf327378c3677204f345b1253169755fe6c6e;hp=28184c3ff2d3264c72f87247fecb90b27161f3e5;hb=9f1a71389dff6cddd11c4b9975a0d1b91806ee2d;hpb=26b834d1801d8453bb25b6b427a6b6c3b131cf57 diff --git a/betty/Makefile b/betty/Makefile index 28184c3..a76cf32 100644 --- a/betty/Makefile +++ b/betty/Makefile @@ -11,7 +11,7 @@ CROSS_OBJCOPY = $(ARCH)-objcopy CROSS_OPTS = -mcpu=arm7tdmi-s CROSS_CFLAGS = $(CROSS_OPTS) -Wall -Os CROSS_ASLAGS = $(CROSS_OPTS) --gstabs -CROSS_RAM_LDFLAGS = -Tlpc2220_ram.ld -nostartfiles -nostdlib +CROSS_RAM_LDFLAGS = -Tlpc2220_ram.ld -nostartfiles -nostdlib CROSS_ROM_LDFLAGS = -Tlpc2220_rom.ld -nostartfiles -nostdlib # build objects @@ -20,7 +20,7 @@ CROSS_TARGET = fwbc.hex fwflash.hex betty.hex # betty deps BETTY_DEPS = system.o uart.o buttons.o spi.o display.o flash.o functions.o -BETTY_DEPS += interrupts.o #pffs.o +BETTY_DEPS += interrupts.o pwm.o #pffs.o # all projects all: $(HOST_TARGET) $(CROSS_TARGET)