Changeset 12 for tt-loader/Makefile


Ignore:
Timestamp:
May 23, 2008, 12:59:00 PM (16 years ago)
Author:
guillaume
Message:

Publication tt-loader v0.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tt-loader/Makefile

    r11 r12  
    55LDFLAGS = -g $(LIBS)
    66APP_NAME = tt-loader
    7 APP_VERSION = 0.1
     7APP_VERSION = 0.2
    88
    99# Adapt this to your system
     
    1111DIS_ADDR ?= 0
    1212
    13 OBJS = main.o
     13# You can overide the name of the extracted MTD partition to get the kernel
     14KERNEL_MTD ?= mtd4
     15
     16OBJS = main.o crc32.o
    1417
    1518all: $(APP_NAME)
     
    3639        rm -f $(@F).elf
    3740
     41# Extract kernel from mtd4 nand partition extraction
     42kernel.bin: $(KERNEL_MTD)
     43        ./kernel-extract.sh $^ $@
     44
    3845.PHONY: all clean 2nd
Note: See TracChangeset for help on using the changeset viewer.