Skip to content

Commit

Permalink
Put source code in src/ directory
Browse files Browse the repository at this point in the history
  • Loading branch information
mthuurne committed Oct 7, 2012
1 parent 274acad commit 3d70113
Show file tree
Hide file tree
Showing 21 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,19 +44,19 @@ ubiboot-ili9338.elf: $(OBJS) main_ili9338.o
%.bin: %.elf
$(OBJCOPY) -O binary $< $@

%.o: %.c
%.o: src/%.c
$(CC) $(CFLAGS) -c $< -o $@

%.o: %.S
%.o: src/%.S
$(CC) $(CFLAGS) -c $< -o $@

main_ili9325.o: main.c
main_ili9325.o: src/main.c
$(CC) $(CFLAGS) -DJZ_SLCD_PANEL="\"ili9325\"" -c $< -o $@

main_ili9331.o: main.c
main_ili9331.o: src/main.c
$(CC) $(CFLAGS) -DJZ_SLCD_PANEL="\"ili9331\"" -c $< -o $@

main_ili9338.o: main.c
main_ili9338.o: src/main.c
$(CC) $(CFLAGS) -DJZ_SLCD_PANEL="\"ili9338\"" -c $< -o $@

map: $(TARGET).elf
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 3d70113

Please sign in to comment.