Commit 2ad8a9f3 authored by Grzegorz Daniluk's avatar Grzegorz Daniluk Committed by Alessandro Rubini

spec: add all new files to compilation

parent 47880e42
......@@ -15,10 +15,14 @@ OBJ-libarch := $A/spec-startup.o \
$A/main-loop.o \
$A/spec-socket.o \
$A/spec-io.o \
$A/spec-timer.o \
$A/dev/uart.o \
$A/dev/timer.o \
$A/dev/syscon.o \
$A/dev/ep_pfilter.o \
$A/dev/endpoint.o \
$A/dev/minic.o
$A/dev/pps_gen.o \
$A/dev/minic.o \
lib/div64.o
$(LIBARCH): $(OBJ-libarch)
$(AR) r $@ $^
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment