Skip to content

Commit

Permalink
firmware/lm32/Makefile: cleanup (thanks shenki)
Browse files Browse the repository at this point in the history
  • Loading branch information
enjoy-digital committed Jan 22, 2016
1 parent 44849a4 commit c1d2705
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion firmware/lm32/Makefile
Expand Up @@ -2,7 +2,23 @@
MSCDIR=../../third_party/misoc
include $(MSCDIR)/software/common.mak

OBJECTS=isr.o processor.o hdmi_in0.o hdmi_in1.o pattern.o edid.o pll.o ci.o config.o encoder.o fx2.o i2c.o main.o hdmi_out0.o hdmi_out1.o opsis_eeprom.o tofe_eeprom.o
OBJECTS=isr.o \
processor.o \
hdmi_in0.o \
hdmi_in1.o \
pattern.o \
edid.o \
pll.o \
ci.o \
config.o \
encoder.o \
fx2.o \
i2c.o \
main.o \
hdmi_out0.o \
hdmi_out1.o \
opsis_eeprom.o \
tofe_eeprom.o

all: firmware.bin

Expand Down

0 comments on commit c1d2705

Please sign in to comment.