Minor cleanup
authorKevin Townsend <kevin@ktownsend.com>
Wed, 21 Sep 2011 21:35:59 +0000 (23:35 +0200)
committerKevin Townsend <kevin@ktownsend.com>
Wed, 21 Sep 2011 21:35:59 +0000 (23:35 +0200)
Makefile

index b5a1d4c..46c1220 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -124,7 +124,6 @@ OBJCOPY = $(CROSS_COMPILE)objcopy
 OBJDUMP = $(CROSS_COMPILE)objdump
 OUTFILE = firmware
 LPCRC = ./lpcrc
-LPCRC_DIR = ./tools/lpcrc
 CP = cp
 
 ##########################################################################
@@ -169,10 +168,7 @@ all: firmware
 %.o : %.s
        $(AS) $(ASFLAGS) -o $@ $<
 
-$(LPCRC) :
-       $(MAKE) -C $(LPCRC_DIR) && $(CP) $(LPCRC_DIR)/lpcrc .
-       
-firmware: $(OBJS) $(SYS_OBJS) $(LPCRC)
+firmware: $(OBJS) $(SYS_OBJS)
        -@echo "MEMORY" > $(LD_TEMP)
        -@echo "{" >> $(LD_TEMP)
        -@echo "  flash(rx): ORIGIN = 0x00000000, LENGTH = $(FLASH)" >> $(LD_TEMP)
This page took 0.023214 seconds and 4 git commands to generate.