Skip to content

Commit

Permalink
videomixer: add fb.c
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien Bourdeauducq committed Jun 14, 2013
1 parent b2319fd commit 279a145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion software/videomixer/Makefile
@@ -1,7 +1,7 @@
M2DIR=../..
include $(M2DIR)/software/common.mak

OBJECTS=crt0.o isr.o time.o dvisampler0.o dvisampler1.o main.o
OBJECTS=crt0.o isr.o time.o fb.o dvisampler0.o dvisampler1.o main.o

all: videomixer.bin videomixer.fbi

Expand Down

0 comments on commit 279a145

Please sign in to comment.